diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-17 12:03:10 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-17 12:03:10 +0000 |
commit | 1bf6e565dde17ac5603565c2d719005d91d6f5bd (patch) | |
tree | d55a90d0adc9cf673af2e5884a7e5548e5ff8a61 /libavformat/nutenc.c | |
parent | bf6d9818063e3a5c85e4bdce14310c6f9cc3f4de (diff) | |
download | ffmpeg-1bf6e565dde17ac5603565c2d719005d91d6f5bd.tar.gz |
cosmetics: 'const static' --> 'static const' to avoid warnings of the type
"'static' is not at beginning of declaration" with -Wextra.
Originally committed as revision 17391 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/nutenc.c')
-rw-r--r-- | libavformat/nutenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/nutenc.c b/libavformat/nutenc.c index 1e5f733194..cbea85da39 100644 --- a/libavformat/nutenc.c +++ b/libavformat/nutenc.c @@ -109,7 +109,7 @@ static void build_elision_headers(AVFormatContext *s){ int i; //FIXME this is lame //FIXME write a 2pass mode to find the maximal headers - const static uint8_t headers[][5]={ + static const uint8_t headers[][5]={ {3, 0x00, 0x00, 0x01}, {4, 0x00, 0x00, 0x01, 0xB6}, {2, 0xFF, 0xFA}, //mp3+crc |