roqvideo: remove unused variables
authorAnton Khirnov <anton@khirnov.net>
Sat, 9 Nov 2013 13:57:55 +0000 (14:57 +0100)
committerAnton Khirnov <anton@khirnov.net>
Sat, 16 Nov 2013 16:49:40 +0000 (17:49 +0100)
libavcodec/roqvideo.h

index eed2f22..3f00022 100644 (file)
@@ -44,7 +44,6 @@ struct RoqTempData;
 typedef struct RoqContext {
 
     AVCodecContext *avctx;
-    AVFrame frames[2];
     AVFrame *last_frame;
     AVFrame *current_frame;
     int first_frame;