Commit 7d85f0e6 authored by michael's avatar michael

1000l _reserved (found by checktree.sh)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11116 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8ce24c14
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment