]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/movenc-test.c
swscale/output: Assert that yalpha and uvalpha are within their expected range
[ffmpeg] / libavformat / movenc-test.c
index 957ae69a3a5945fc13ccda441430856533cb485e..cba6762b77217d0c0f58dfbc02e22633bdfb5990 100644 (file)
@@ -44,7 +44,7 @@ static const uint8_t aac_extradata[] = {
 };
 
 
-const char *format = "mp4";
+static const char *format = "mp4";
 AVFormatContext *ctx;
 uint8_t iobuf[32768];
 AVDictionary *opts;