[FFmpeg-cvslog] roqvideo: remove unused variables

Anton Khirnov git at videolan.org
Sun Nov 17 13:03:41 CET 2013


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Nov  9 14:57:55 2013 +0100| [7ca97aa7ee469b6ca8552f489f20c071aa652ab1] | committer: Anton Khirnov

roqvideo: remove unused variables

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7ca97aa7ee469b6ca8552f489f20c071aa652ab1
---

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

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



More information about the ffmpeg-cvslog mailing list