Mercurial > libavformat.hg
changeset 4520:c9ef08e6e4a9 libavformat
cosmetics: 'const static' --> 'static const' to avoid warnings of the type
"'static' is not at beginning of declaration" with -Wextra.
author | diego |
---|---|
date | Tue, 17 Feb 2009 12:03:10 +0000 |
parents | f4b9967e0131 |
children | 51119f565c6c |
files | nutenc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/nutenc.c Tue Feb 17 08:12:51 2009 +0000 +++ b/nutenc.c Tue Feb 17 12:03:10 2009 +0000 @@ -109,7 +109,7 @@ 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