Re: [FFmpeg-devel] [PATCH]lavc/x264:Refuse RGB24 as input pix_fmt

2015-06-09 Thread Michael Niedermayer
On Tue, Jun 09, 2015 at 12:35:01PM +0200, Michael Niedermayer wrote: > On Tue, Jun 09, 2015 at 08:45:00AM +0200, Carl Eugen Hoyos wrote: > > Hi! > > > > Attached patch works around ticket #4287 here. > > > > Please comment, Carl Eugen > > > libx264.c |1 - > > 1 file changed, 1 deletion(-)

Re: [FFmpeg-devel] [PATCH]lavc/x264:Refuse RGB24 as input pix_fmt

2015-06-09 Thread Michael Niedermayer
On Tue, Jun 09, 2015 at 08:45:00AM +0200, Carl Eugen Hoyos wrote: > Hi! > > Attached patch works around ticket #4287 here. > > Please comment, Carl Eugen > libx264.c |1 - > 1 file changed, 1 deletion(-) > 8dba04c188ee8737c913c8161587c454f008e8da patchx264rgb.diff > diff --git a/libavcodec

[FFmpeg-devel] [PATCH]lavc/x264:Refuse RGB24 as input pix_fmt

2015-06-08 Thread Carl Eugen Hoyos
Hi! Attached patch works around ticket #4287 here. Please comment, Carl Eugen diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c index 9020a40..5736c6c 100644 --- a/libavcodec/libx264.c +++ b/libavcodec/libx264.c @@ -755,7 +755,6 @@ static const enum AVPixelFormat pix_fmts_8bit_rgb[] = { #