Re: [FFmpeg-devel] [PATCH]lavf/ingenient: Add a probe function

2015-10-24 Thread Carl Eugen Hoyos
Michael Niedermayer niedermayer.cc> writes: > > ingenientdec.c | 13 - > > 1 file changed, 12 insertions(+), 1 deletion(-) > > 4fb270cd44d0ed3ee53dbf1216a5cbb4dba00d8c patchingenient.diff > > i cant test either but if it works it should be ok Patch applied. Carl Eugen

Re: [FFmpeg-devel] [PATCH]lavf/ingenient: Add a probe function

2015-10-18 Thread Michael Niedermayer
On Sun, Oct 18, 2015 at 02:12:16PM +0200, Carl Eugen Hoyos wrote: > Hi! > > In the past, the ingenient demuxer was the reason for many bug reports. > This has changed since mjpeg autodetection exists, but since ingenient > auto-detection is easily possible, it should be added. > Unfortunately, I