roqvideo: remove unused variables

pull/46/head
Anton Khirnov 11 years ago
parent 372262853b
commit 7ca97aa7ee
  1. 1
      libavcodec/roqvideo.h

@ -44,7 +44,6 @@ struct RoqTempData;
typedef struct RoqContext { typedef struct RoqContext {
AVCodecContext *avctx; AVCodecContext *avctx;
AVFrame frames[2];
AVFrame *last_frame; AVFrame *last_frame;
AVFrame *current_frame; AVFrame *current_frame;
int first_frame; int first_frame;

Loading…
Cancel
Save