1 Dec 2007 01:07
r11116 - trunk/libavformat/wc3movie.c
michael <subversion <at> mplayerhq.hu>
2007-12-01 00:07:51 GMT
2007-12-01 00:07:51 GMT
Author: michael
Date: Sat Dec 1 01:07:51 2007
New Revision: 11116
Log:
1000l _reserved (found by checktree.sh)
Modified:
trunk/libavformat/wc3movie.c
Modified: trunk/libavformat/wc3movie.c
==============================================================================
--- trunk/libavformat/wc3movie.c (original)
+++ trunk/libavformat/wc3movie.c Sat Dec 1 01:07:51 2007
<at> <at> -33,7 +33,7 <at> <at>
#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')
<at> <at> -165,7 +165,7 <at> <at> static int wc3_read_header(AVFormatConte
url_fseek(pb, size, SEEK_CUR);
break;
- case _PC__TAG:
+ case PC__TAG:
/* need the number of palettes */
(Continue reading)
-Vitor
RSS Feed