]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vp56.h
aac: Mention abbreviation as well in long_name
[ffmpeg] / libavcodec / vp56.h
index 0607e0d4ce6f7dbdeb42acef8f778f4651aee2fa..d03b733d197069d3c8b7c48373a90c97ee8c86e6 100644 (file)
@@ -30,6 +30,7 @@
 #include "dsputil.h"
 #include "get_bits.h"
 #include "bytestream.h"
+#include "vp3dsp.h"
 #include "vp56dsp.h"
 
 typedef struct vp56_context VP56Context;
@@ -91,6 +92,7 @@ typedef struct {
 struct vp56_context {
     AVCodecContext *avctx;
     DSPContext dsp;
+    VP3DSPContext vp3dsp;
     VP56DSPContext vp56dsp;
     ScanTable scantable;
     AVFrame frames[4];