]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/huffyuv.h
avcodec/mpegvideo: dont overwrite emu_edge buffer
[ffmpeg] / libavcodec / huffyuv.h
index dc413a418cbfaf2a7170022555b84a39fa232006..2b3a1b33ebf095b9e2c70954c1e91f56eaa4de3a 100644 (file)
@@ -32,7 +32,7 @@
 #include <stdint.h>
 
 #include "avcodec.h"
-#include "dsputil.h"
+#include "bswapdsp.h"
 #include "get_bits.h"
 #include "huffyuvdsp.h"
 #include "huffyuvencdsp.h"
@@ -84,7 +84,7 @@ typedef struct HYuvContext {
     VLC vlc[8];                             //Y,U,V,A,YY,YU,YV,AA
     uint8_t *bitstream_buffer;
     unsigned int bitstream_buffer_size;
-    DSPContext dsp;
+    BswapDSPContext bdsp;
     HuffYUVDSPContext hdsp;
     HuffYUVEncDSPContext hencdsp;
     LLVidDSPContext llviddsp;