avformat/movenc-test: Make format static

Makes greping for non static consts easier

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
pull/167/head
Michael Niedermayer 9 years ago
parent d3b6a9abac
commit 5dbd114b83
  1. 2
      libavformat/movenc-test.c

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

Loading…
Cancel
Save