comparison tiertexseqv.c @ 4962:f99e40a7155b libavcodec

Remove redundant #inclusion of common.h, avcodec.h already #includes it.
author diego
date Thu, 10 May 2007 09:00:44 +0000
parents b3ee9a1526b0
children bff60ecc02f9
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
23 * @file tiertexseqv.c 23 * @file tiertexseqv.c
24 * Tiertex Limited SEQ video decoder 24 * Tiertex Limited SEQ video decoder
25 */ 25 */
26 26
27 #include "avcodec.h" 27 #include "avcodec.h"
28 #include "common.h"
29 #define ALT_BITSTREAM_READER_LE 28 #define ALT_BITSTREAM_READER_LE
30 #include "bitstream.h" 29 #include "bitstream.h"
31 30
32 31
33 typedef struct SeqVideoContext { 32 typedef struct SeqVideoContext {