X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Froqvideo.h;h=3f000225e9d09ecbad1b228fbf8f3eebafe6fda7;hb=a2ca8ed903b435446031a8a0792ca535e6ee2913;hp=33d77edc8b118c463baa0849e604ce880376f04f;hpb=e4cbf7529ba4bcfff47c44b0d026ecb356004c8c;p=ffmpeg diff --git a/libavcodec/roqvideo.h b/libavcodec/roqvideo.h index 33d77edc8b1..3f000225e9d 100644 --- a/libavcodec/roqvideo.h +++ b/libavcodec/roqvideo.h @@ -25,7 +25,6 @@ #include "libavutil/lfg.h" #include "avcodec.h" #include "bytestream.h" -#include "dsputil.h" typedef struct roq_cell { unsigned char y[4]; @@ -45,7 +44,6 @@ struct RoqTempData; typedef struct RoqContext { AVCodecContext *avctx; - AVFrame frames[2]; AVFrame *last_frame; AVFrame *current_frame; int first_frame;