Re: [FFmpeg-devel] [PATCH]lavf/img2dec: Use jpeg constants in jpeg_probe()

2016-03-06 Thread Carl Eugen Hoyos
Michael Niedermayer niedermayer.cc> writes: > > 1 file changed, 37 insertions(+), 36 deletions(-) > > 82bb95da87139860c2e09731e375420e2733392e patchjpegconstants.diff > > diff --git a/libavformat/img2dec.c b/libavformat/img2dec.c > > LGTM > > thx Patch applied. Thank you, Carl Eugen __

Re: [FFmpeg-devel] [PATCH]lavf/img2dec: Use jpeg constants in jpeg_probe()

2016-03-05 Thread Michael Niedermayer
On Sat, Mar 05, 2016 at 07:26:36PM +0100, Carl Eugen Hoyos wrote: > Hi! > > I believe attached patch makes the jpeg probe function more readable. > > Please comment, Carl Eugen > img2dec.c | 73 > +++--- > 1 file changed, 37 insertions(

[FFmpeg-devel] [PATCH]lavf/img2dec: Use jpeg constants in jpeg_probe()

2016-03-05 Thread Carl Eugen Hoyos
Hi! I believe attached patch makes the jpeg probe function more readable. Please comment, Carl Eugendiff --git a/libavformat/img2dec.c b/libavformat/img2dec.c index 019793f..fe0e346 100644 --- a/libavformat/img2dec.c +++ b/libavformat/img2dec.c @@ -33,6 +33,7 @@ #include "avio_internal.h" #inc