comparison wnv1.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 c8c591fe26f8
children 2b72f9bc4f06
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
24 * @file wnv1.c 24 * @file wnv1.c
25 * Winnov WNV1 codec. 25 * Winnov WNV1 codec.
26 */ 26 */
27 27
28 #include "avcodec.h" 28 #include "avcodec.h"
29 #include "common.h"
30 #include "bitstream.h" 29 #include "bitstream.h"
31 30
32 31
33 typedef struct WNV1Context{ 32 typedef struct WNV1Context{
34 AVCodecContext *avctx; 33 AVCodecContext *avctx;