diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-12-01 00:07:51 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-12-01 00:07:51 +0000 |
commit | 7fffc879798bbbad647ad2b1b30f26855bf2abda (patch) | |
tree | 35b86fbc0568c912537019c669fa12a8d3093472 /libavformat/wc3movie.c | |
parent | 4c1e509c11e7b17f7c518bc7f6d366d110b034da (diff) | |
download | ffmpeg-7fffc879798bbbad647ad2b1b30f26855bf2abda.tar.gz |
1000l _reserved (found by checktree.sh)
Originally committed as revision 11116 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/wc3movie.c')
-rw-r--r-- | libavformat/wc3movie.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/wc3movie.c b/libavformat/wc3movie.c index dae4cec50a..00efb02ca0 100644 --- a/libavformat/wc3movie.c +++ b/libavformat/wc3movie.c @@ -33,7 +33,7 @@ #define FORM_TAG MKTAG('F', 'O', 'R', 'M') #define MOVE_TAG MKTAG('M', 'O', 'V', 'E') -#define _PC__TAG MKTAG('_', 'P', 'C', '_') +#define PC__TAG MKTAG('_', 'P', 'C', '_') #define SOND_TAG MKTAG('S', 'O', 'N', 'D') #define BNAM_TAG MKTAG('B', 'N', 'A', 'M') #define SIZE_TAG MKTAG('S', 'I', 'Z', 'E') @@ -165,7 +165,7 @@ static int wc3_read_header(AVFormatContext *s, url_fseek(pb, size, SEEK_CUR); break; - case _PC__TAG: + case PC__TAG: /* need the number of palettes */ url_fseek(pb, 8, SEEK_CUR); if ((ret = get_buffer(pb, preamble, 4)) != 4) |