cdxl: remove an unused variable
authorAnton Khirnov <anton@khirnov.net>
Sat, 9 Nov 2013 09:35:11 +0000 (10:35 +0100)
committerAnton Khirnov <anton@khirnov.net>
Sat, 16 Nov 2013 11:48:25 +0000 (12:48 +0100)
libavcodec/cdxl.c

index 679bf60..80a3671 100644 (file)
@@ -33,7 +33,6 @@
 
 typedef struct {
     AVCodecContext *avctx;
-    AVFrame        frame;
     int            bpp;
     int            format;
     int            padded_bits;