You've already forked FFmpeg
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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user