This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
movenc-test: add a missing va_end call
Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n3.0
Ganesh Ajjanagadde
Martin Storsjö
9 years ago
parent
b8b21dee0f
commit
8df8f0c70c
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavformat/movenc-test.c
+ 1
- 0
libavformat/movenc-test.c
View File
@@ -137,6 +137,7 @@ static void check_func(int value, int line, const char *msg, ...)
vprintf(msg, ap);
printf("\n");
check_faults++;
va_end(ap);
}
}
#define check(value, ...) check_func(value, __LINE__, __VA_ARGS__)
Write
Preview
Loading…
Cancel
Save