From: Anton Khirnov Date: Sat, 9 Nov 2013 13:57:55 +0000 (+0100) Subject: roqvideo: remove unused variables X-Git-Tag: v10_alpha1~238 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ca97aa7ee469b6ca8552f489f20c071aa652ab1;p=platform%2Fupstream%2Flibav.git roqvideo: remove unused variables --- diff --git a/libavcodec/roqvideo.h b/libavcodec/roqvideo.h index eed2f22..3f00022 100644 --- a/libavcodec/roqvideo.h +++ b/libavcodec/roqvideo.h @@ -44,7 +44,6 @@ struct RoqTempData; typedef struct RoqContext { AVCodecContext *avctx; - AVFrame frames[2]; AVFrame *last_frame; AVFrame *current_frame; int first_frame;