]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/utvideo.h
mpegaudiodec_template: fix leaking fdsp for mp3on4float
[ffmpeg] / libavcodec / utvideo.h
index 3b2fe5fec55fa64b134b661999e67e4c0c42f113..68257fe909de62ef9d7f36c30326a2dc1c37b21f 100644 (file)
@@ -30,8 +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,
@@ -70,8 +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;