]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/utvideo.h
mpegaudiodec_template: fix leaking fdsp for mp3on4float
[ffmpeg] / libavcodec / utvideo.h
index 49ddf49882b22c39b509541a63761f0f57ac89f2..68257fe909de62ef9d7f36c30326a2dc1c37b21f 100644 (file)
@@ -30,7 +30,8 @@
 #include "libavutil/common.h"
 #include "avcodec.h"
 #include "bswapdsp.h"
-#include "huffyuvencdsp.h"
+#include "lossless_videodsp.h"
+#include "lossless_videoencdsp.h"
 
 enum {
     PRED_NONE = 0,
@@ -69,7 +70,8 @@ typedef struct UtvideoContext {
     const AVClass *class;
     AVCodecContext *avctx;
     BswapDSPContext bdsp;
-    HuffYUVEncDSPContext hdsp;
+    LLVidDSPContext llviddsp;
+    LLVidEncDSPContext llvidencdsp;
 
     uint32_t frame_info_size, flags, frame_info;
     int      planes;