comparison vc1_parser.c @ 4927:270c8a34f234 libavcodec

Make vc1_parser.c compilable without special defines
author kostya
date Sun, 06 May 2007 11:01:25 +0000
parents 983533ccc393
children 0d1cc37d9430
comparison
equal deleted inserted replaced
4926:194f4ced7c50 4927:270c8a34f234
24 * @file vc1_parser.c 24 * @file vc1_parser.c
25 * VC-1 and WMV3 parser 25 * VC-1 and WMV3 parser
26 */ 26 */
27 27
28 #include "parser.h" 28 #include "parser.h"
29 #define VC1_PARSER_ONLY
30 #include "vc1.h" 29 #include "vc1.h"
31 30
32 /** 31 /**
33 * finds the end of the current frame in the bitstream. 32 * finds the end of the current frame in the bitstream.
34 * @return the position of the first byte of the next frame, or -1 33 * @return the position of the first byte of the next frame, or -1