Re: [FFmpeg-devel] [PATCH]lavf/adxdec: Add autodetection

2016-02-01 Thread Carl Eugen Hoyos
Michael Niedermayer niedermayer.cc> writes: > > adxdec.c | 14 ++ > > 1 file changed, 14 insertions(+) > > 320063db5ec33166d9c40ed76e34415a69a2cf4c patchadxenc.diff > > should be ok Patch applied. Thank you, Carl Eugen ___ ffmpeg-dev

Re: [FFmpeg-devel] [PATCH]lavf/adxdec: Add autodetection

2016-01-31 Thread Michael Niedermayer
On Sun, Jan 31, 2016 at 11:16:48PM +0100, Carl Eugen Hoyos wrote: > Hi! > > Attached patch adds autodetection for adx files. > Our decoder has never accepted files without the copyright string > and our encoder has never written other files. > > Please comment, Carl Eugen > adxdec.c | 14 +++

[FFmpeg-devel] [PATCH]lavf/adxdec: Add autodetection

2016-01-31 Thread Carl Eugen Hoyos
Hi! Attached patch adds autodetection for adx files. Our decoder has never accepted files without the copyright string and our encoder has never written other files. Please comment, Carl Eugen diff --git a/libavformat/adxdec.c b/libavformat/adxdec.c index 66ea8ab..05cef0b 100644 --- a/libavforma