Re: [FFmpeg-devel] [PATCH 2/2] avformat/mov: fix mix of declaration and statement

2014-10-13 Thread Michael Niedermayer
On Mon, Oct 13, 2014 at 01:45:19PM +0200, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavformat/mov.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Awnsering whe

[FFmpeg-devel] [PATCH 2/2] avformat/mov: fix mix of declaration and statement

2014-10-13 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavformat/mov.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 294b38a..17551cd 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -780,9 +780,9 @@ static int mov_read_moof(MOVConte