summaryrefslogtreecommitdiffstats
path: root/libavformat/nutenc.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-02-17 12:03:10 +0000
committerDiego Biurrun <diego@biurrun.de>2009-02-17 12:03:10 +0000
commit1bf6e565dde17ac5603565c2d719005d91d6f5bd (patch)
treed55a90d0adc9cf673af2e5884a7e5548e5ff8a61 /libavformat/nutenc.c
parentbf6d9818063e3a5c85e4bdce14310c6f9cc3f4de (diff)
downloadffmpeg-streaming-1bf6e565dde17ac5603565c2d719005d91d6f5bd.zip
ffmpeg-streaming-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/nutenc.c b/libavformat/nutenc.c
index 1e5f733..cbea85d 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
OpenPOWER on IntegriCloud