diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-11-09 14:57:55 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-11-16 17:49:40 +0100 |
commit | 7ca97aa7ee469b6ca8552f489f20c071aa652ab1 (patch) | |
tree | 14d48e9c6ad3afcba00f98f5d49ab2979abfc441 | |
parent | 372262853b31cfde542ce1e3e1c154e590e35476 (diff) | |
download | ffmpeg-7ca97aa7ee469b6ca8552f489f20c071aa652ab1.tar.gz |
roqvideo: remove unused variables
-rw-r--r-- | libavcodec/roqvideo.h | 1 |
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; |