comparison qpeg.c @ 6450:c32be43b52b2 libavcodec

remove more useless mpegvideo.h includes
author aurel
date Wed, 05 Mar 2008 00:43:11 +0000
parents e9cff14a5ae5
children 48759bfbd073
comparison
equal deleted inserted replaced
6449:208074826b34 6450:c32be43b52b2
23 * @file qpeg.c 23 * @file qpeg.c
24 * QPEG codec. 24 * QPEG codec.
25 */ 25 */
26 26
27 #include "avcodec.h" 27 #include "avcodec.h"
28 #include "mpegvideo.h"
29 28
30 typedef struct QpegContext{ 29 typedef struct QpegContext{
31 AVCodecContext *avctx; 30 AVCodecContext *avctx;
32 AVFrame pic; 31 AVFrame pic;
33 uint8_t *refdata; 32 uint8_t *refdata;