Re: [FFmpeg-devel] [PATCH] avformat: don't crash API users when demuxing mp4

2015-07-14 Thread Michael Niedermayer
On Tue, Jul 14, 2015 at 09:08:24PM +0200, wm4 wrote: > This code is one big chunk of WTF. > --- > libavformat/utils.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Awnsering whenever a pr

[FFmpeg-devel] [PATCH] avformat: don't crash API users when demuxing mp4

2015-07-14 Thread wm4
This code is one big chunk of WTF. --- libavformat/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/utils.c b/libavformat/utils.c index a123a59..c40b4d2 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -1788,7 +1788,7 @@ void ff_configure_buffers