Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
7fffc879
Commit
7fffc879
authored
Dec 01, 2007
by
Michael Niedermayer
Browse files
1000l _reserved (found by checktree.sh)
Originally committed as revision 11116 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
4c1e509c
Changes
1
Hide whitespace changes
Inline
Side-by-side
libavformat/wc3movie.c
View file @
7fffc879
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment