Re: [FFmpeg-devel] [PATCH 4/8] avformat/movenc-test: correct varargs usage

2015-12-06 Thread Ganesh Ajjanagadde
On Fri, Dec 4, 2015 at 9:27 PM, Michael Niedermayer wrote: > On Fri, Dec 04, 2015 at 09:39:39AM -0500, Ganesh Ajjanagadde wrote: >> It is required to call va_end for each invocation of va_start within the >> same function. >> >> Fixes: CID 1341583. >> >> Signed-off-by: Ganesh

[FFmpeg-devel] [PATCH 4/8] avformat/movenc-test: correct varargs usage

2015-12-04 Thread Ganesh Ajjanagadde
It is required to call va_end for each invocation of va_start within the same function. Fixes: CID 1341583. Signed-off-by: Ganesh Ajjanagadde --- libavformat/movenc-test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/movenc-test.c

Re: [FFmpeg-devel] [PATCH 4/8] avformat/movenc-test: correct varargs usage

2015-12-04 Thread Michael Niedermayer
On Fri, Dec 04, 2015 at 09:39:39AM -0500, Ganesh Ajjanagadde wrote: > It is required to call va_end for each invocation of va_start within the > same function. > > Fixes: CID 1341583. > > Signed-off-by: Ganesh Ajjanagadde should be correct [...] -- Michael GnuPG