Re: [FFmpeg-devel] [PATCH] movdec: remove nonsensical snprintf.

2014-07-29 Thread Michael Niedermayer
On Tue, Jul 29, 2014 at 09:25:46PM +0200, Reimar Döffinger wrote: > Signed-off-by: Reimar Döffinger > --- > libavformat/mov.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) LGTM [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB No human being will ev

[FFmpeg-devel] [PATCH] movdec: remove nonsensical snprintf.

2014-07-29 Thread Reimar Döffinger
Signed-off-by: Reimar Döffinger --- libavformat/mov.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 6a9af69..7b1dbb2 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -119,15 +119,13 @@ static int mov_metadata_gnre(MOVCo