X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Froqvideo.h;h=3f000225e9d09ecbad1b228fbf8f3eebafe6fda7;hb=bc3f03567a04a9f7e412bcf2ca09c163f3f13941;hp=4018e357a94055d907b0478c907b9190e660d2c8;hpb=fc31508e3a7894efd8d084e3bc483f958dfdd726;p=ffmpeg diff --git a/libavcodec/roqvideo.h b/libavcodec/roqvideo.h index 4018e357a94..3f000225e9d 100644 --- a/libavcodec/roqvideo.h +++ b/libavcodec/roqvideo.h @@ -25,18 +25,17 @@ #include "libavutil/lfg.h" #include "avcodec.h" #include "bytestream.h" -#include "dsputil.h" -typedef struct { +typedef struct roq_cell { unsigned char y[4]; unsigned char u, v; } roq_cell; -typedef struct { +typedef struct roq_qcell { int idx[4]; } roq_qcell; -typedef struct { +typedef struct motion_vect { int d[2]; } motion_vect; @@ -45,7 +44,6 @@ struct RoqTempData; typedef struct RoqContext { AVCodecContext *avctx; - AVFrame frames[2]; AVFrame *last_frame; AVFrame *current_frame; int first_frame;