Re: [FFmpeg-devel] [PATCH 1/3] sdl: Remove AVPicture usage

2016-02-03 Thread Timothy Gu
On Tue, Feb 02, 2016 at 11:41:59PM -0300, James Almer wrote: > On 2/2/2016 11:17 PM, Timothy Gu wrote: > > On Mon, Feb 01, 2016 at 07:04:06PM -0800, Timothy Gu wrote: > >> --- > >> libavdevice/sdl.c | 10 ++ > >> 1 file changed, 6 insertions(+), 4 deletions(-) > > > > Set pushed. > > > >

Re: [FFmpeg-devel] [PATCH 1/3] sdl: Remove AVPicture usage

2016-02-03 Thread James Almer
On 2/3/2016 4:39 AM, wm4 wrote: > On Tue, 2 Feb 2016 23:41:59 -0300 > James Almer wrote: > >> On 2/2/2016 11:17 PM, Timothy Gu wrote: >>> On Mon, Feb 01, 2016 at 07:04:06PM -0800, Timothy Gu wrote: --- libavdevice/sdl.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletio

Re: [FFmpeg-devel] [PATCH 1/3] sdl: Remove AVPicture usage

2016-02-03 Thread Mats Peterson
On 02/03/2016 08:39 AM, wm4 wrote: While I'm all for reviews, this set is rather inoffensive, and there are much messier and more controversial patches pushed without even sending them to the ML. Do we even have a consistent policy here? You tell me. Mats _

Re: [FFmpeg-devel] [PATCH 1/3] sdl: Remove AVPicture usage

2016-02-02 Thread wm4
On Tue, 2 Feb 2016 23:41:59 -0300 James Almer wrote: > On 2/2/2016 11:17 PM, Timothy Gu wrote: > > On Mon, Feb 01, 2016 at 07:04:06PM -0800, Timothy Gu wrote: > >> --- > >> libavdevice/sdl.c | 10 ++ > >> 1 file changed, 6 insertions(+), 4 deletions(-) > > > > Set pushed. > > > > T

Re: [FFmpeg-devel] [PATCH 1/3] sdl: Remove AVPicture usage

2016-02-02 Thread James Almer
On 2/2/2016 11:17 PM, Timothy Gu wrote: > On Mon, Feb 01, 2016 at 07:04:06PM -0800, Timothy Gu wrote: >> --- >> libavdevice/sdl.c | 10 ++ >> 1 file changed, 6 insertions(+), 4 deletions(-) > > Set pushed. > > Timothy You sent this set last night. There was no reason to push it in a hur

Re: [FFmpeg-devel] [PATCH 1/3] sdl: Remove AVPicture usage

2016-02-02 Thread Timothy Gu
On Mon, Feb 01, 2016 at 07:04:06PM -0800, Timothy Gu wrote: > --- > libavdevice/sdl.c | 10 ++ > 1 file changed, 6 insertions(+), 4 deletions(-) Set pushed. Timothy ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman

[FFmpeg-devel] [PATCH 1/3] sdl: Remove AVPicture usage

2016-02-01 Thread Timothy Gu
--- libavdevice/sdl.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/libavdevice/sdl.c b/libavdevice/sdl.c index b98aae5..4cccfe5 100644 --- a/libavdevice/sdl.c +++ b/libavdevice/sdl.c @@ -27,6 +27,7 @@ #include #include "libavutil/avstring.h" +#include "libavu