comparison dsicinav.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 dsicinav.c 23 * @file dsicinav.c
24 * Delphine Software International CIN audio/video decoders 24 * Delphine Software International CIN audio/video decoders
25 */ 25 */
26 26
27 #include "avcodec.h" 27 #include "avcodec.h"
28 #include "common.h"
29 28
30 29
31 typedef enum CinVideoBitmapIndex { 30 typedef enum CinVideoBitmapIndex {
32 CIN_CUR_BMP = 0, /* current */ 31 CIN_CUR_BMP = 0, /* current */
33 CIN_PRE_BMP = 1, /* previous */ 32 CIN_PRE_BMP = 1, /* previous */