Module: libav Branch: master Commit: cec5ce49229d61e4eb1f331a6d0dff3aa24f6655
Author: Anton Khirnov <[email protected]> Committer: Anton Khirnov <[email protected]> Date: Sat Nov 9 10:35:11 2013 +0100 cdxl: remove an unused variable --- libavcodec/cdxl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/cdxl.c b/libavcodec/cdxl.c index 679bf60..80a3671 100644 --- a/libavcodec/cdxl.c +++ b/libavcodec/cdxl.c @@ -33,7 +33,6 @@ typedef struct { AVCodecContext *avctx; - AVFrame frame; int bpp; int format; int padded_bits; _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
