Re: [FFmpeg-devel] [PATCH 2/4] mpeg4: only show the divx_packed warning, when a packed frame is present

2015-04-03 Thread Michael Niedermayer
On Fri, Apr 03, 2015 at 07:14:31PM +0200, Andreas Cadhalpun wrote: > Otherwise it is shown even after the file was fixed with avidemux, > because the userdata string still ends with 'p'. > > Signed-off-by: Andreas Cadhalpun > --- > libavcodec/mpeg4videodec.c | 12 ++-- > 1 file changed,

[FFmpeg-devel] [PATCH 2/4] mpeg4: only show the divx_packed warning, when a packed frame is present

2015-04-03 Thread Andreas Cadhalpun
Otherwise it is shown even after the file was fixed with avidemux, because the userdata string still ends with 'p'. Signed-off-by: Andreas Cadhalpun --- libavcodec/mpeg4videodec.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libavcodec/mpeg4videodec.c b/libavc