X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Froqvideo.h;h=33d77edc8b118c463baa0849e604ce880376f04f;hb=89f11f498b9c15bc71494a11a7ec560f4adf630d;hp=fba3d41a4afc795900fe1c4f7480d64a1e244382;hpb=cdf15771621bce7959b3e53b21426c5ba747e17b;p=ffmpeg diff --git a/libavcodec/roqvideo.h b/libavcodec/roqvideo.h index fba3d41a4af..33d77edc8b1 100644 --- a/libavcodec/roqvideo.h +++ b/libavcodec/roqvideo.h @@ -27,16 +27,16 @@ #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 +45,6 @@ struct RoqTempData; typedef struct RoqContext { AVCodecContext *avctx; - DSPContext dsp; AVFrame frames[2]; AVFrame *last_frame; AVFrame *current_frame;