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 13:35:11 +0400
committerAnton Khirnov <anton@khirnov.net>2013-11-16 15:48:25 +0400
commitcec5ce49229d61e4eb1f331a6d0dff3aa24f6655 (patch)
tree8bd6d62396af89e3d0e88953f141caa3e8688573 /libavcodec/cdxl.c
parent670c74518f2d67dfa80d3603b93fed1abb3d7e92 (diff)
cdxl: remove an unused variable
Diffstat (limited to 'libavcodec/cdxl.c')
-rw-r--r--libavcodec/cdxl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/cdxl.c b/libavcodec/cdxl.c
index 679bf60108..80a367163d 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;