Commit 5dbd114b authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/movenc-test: Make format static

Makes greping for non static consts easier
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent d3b6a9ab
...@@ -44,7 +44,7 @@ static const uint8_t aac_extradata[] = { ...@@ -44,7 +44,7 @@ static const uint8_t aac_extradata[] = {
}; };
const char *format = "mp4"; static const char *format = "mp4";
AVFormatContext *ctx; AVFormatContext *ctx;
uint8_t iobuf[32768]; uint8_t iobuf[32768];
AVDictionary *opts; AVDictionary *opts;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment