From 7ca97aa7ee469b6ca8552f489f20c071aa652ab1 Mon Sep 17 00:00:00 2001
From: Anton Khirnov <anton@khirnov.net>
Date: Sat, 9 Nov 2013 14:57:55 +0100
Subject: [PATCH] roqvideo: remove unused variables

---
 libavcodec/roqvideo.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/roqvideo.h b/libavcodec/roqvideo.h
index eed2f226feb..3f000225e9d 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;
-- 
GitLab