1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

avformat/movenc-test: Make format static

Makes greping for non static consts easier

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer
2015-12-22 17:12:02 +01:00
parent d3b6a9abac
commit 5dbd114b83

View File

@@ -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;