]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/wma.h
mpeg12: do not fail on zero dimensions in the sequence header.
[ffmpeg] / libavcodec / wma.h
index 9312ec5dd7fd5967eda642045f7451cc0975716d..513ba3fc20784c1b8674f6e6578de37b30b2852a 100644 (file)
@@ -25,7 +25,6 @@
 #include "libavutil/float_dsp.h"
 #include "get_bits.h"
 #include "put_bits.h"
-#include "dsputil.h"
 #include "fft.h"
 #include "fmtconvert.h"
 
@@ -66,7 +65,6 @@ typedef struct CoefVLCTable {
 
 typedef struct WMACodecContext {
     AVCodecContext* avctx;
-    AVFrame frame;
     GetBitContext gb;
     PutBitContext pb;
     int version;                            ///< 1 = 0x160 (WMAV1), 2 = 0x161 (WMAV2)