summaryrefslogtreecommitdiff
path: root/libavcodec/roqvideo.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-11-09 14:57:55 +0100
committerAnton Khirnov <anton@khirnov.net>2013-11-16 17:49:40 +0100
commit7ca97aa7ee469b6ca8552f489f20c071aa652ab1 (patch)
tree14d48e9c6ad3afcba00f98f5d49ab2979abfc441 /libavcodec/roqvideo.h
parent372262853b31cfde542ce1e3e1c154e590e35476 (diff)
roqvideo: remove unused variables
Diffstat (limited to 'libavcodec/roqvideo.h')
-rw-r--r--libavcodec/roqvideo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/roqvideo.h b/libavcodec/roqvideo.h
index eed2f226fe..3f000225e9 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;