Module: libav Branch: master Commit: 7ca97aa7ee469b6ca8552f489f20c071aa652ab1
Author: Anton Khirnov <[email protected]> Committer: Anton Khirnov <[email protected]> Date: Sat Nov 9 14:57:55 2013 +0100 roqvideo: remove unused variables --- 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; _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
