Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-11-09 17:57:55 +0400
committerAnton Khirnov <anton@khirnov.net>2013-11-16 20:49:40 +0400
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;