Re: [FFmpeg-devel] [PATCH] avformat/utils: Update codec_id before using it in the parser init

2016-10-09 Thread Michael Niedermayer
On Sat, Oct 08, 2016 at 06:32:29PM +0200, Michael Niedermayer wrote: > Fixes assertion failure > > Fixes: input.avi > > Found-by: 连一汉 > Signed-off-by: Michael Niedermayer > --- > libavformat/utils.c | 21 +++-- > 1 file changed, 11 insertions(+), 10 deletions(-) applied [...

[FFmpeg-devel] [PATCH] avformat/utils: Update codec_id before using it in the parser init

2016-10-08 Thread Michael Niedermayer
Fixes assertion failure Fixes: input.avi Found-by: 连一汉 Signed-off-by: Michael Niedermayer --- libavformat/utils.c | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/libavformat/utils.c b/libavformat/utils.c index 1aa3b50..8a51aea 100644 --- a/libavforma