comparison vc1_parser.c @ 4904:811b9d7e1d3d libavcodec

100l to myself. Do not include stuff unneeded by parser
author kostya
date Fri, 04 May 2007 12:31:40 +0000
parents 36051a4c182a
children 983533ccc393
comparison
equal deleted inserted replaced
4903:1aa320423177 4904:811b9d7e1d3d
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 #include "dsputil.h" 27 #include "dsputil.h"
28 #include "parser.h" 28 #include "parser.h"
29 #define VC1_PARSER_ONLY
29 #include "vc1.h" 30 #include "vc1.h"
30 31
31 /** 32 /**
32 * finds the end of the current frame in the bitstream. 33 * finds the end of the current frame in the bitstream.
33 * @return the position of the first byte of the next frame, or -1 34 * @return the position of the first byte of the next frame, or -1