[FFmpeg-cvslog] avformat/movenc-test: Make format static

Michael Niedermayer git at videolan.org
Tue Dec 22 17:26:47 CET 2015


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Tue Dec 22 17:12:02 2015 +0100| [5dbd114b83b05adea7d0dea0ec53b6700291fb37] | committer: Michael Niedermayer

avformat/movenc-test: Make format static

Makes greping for non static consts easier

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5dbd114b83b05adea7d0dea0ec53b6700291fb37
---

 libavformat/movenc-test.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/movenc-test.c b/libavformat/movenc-test.c
index 957ae69..cba6762 100644
--- a/libavformat/movenc-test.c
+++ b/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;



More information about the ffmpeg-cvslog mailing list