summaryrefslogtreecommitdiffstats
path: root/libavcodec/huffyuv.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/huffyuv.h')
-rw-r--r--libavcodec/huffyuv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/huffyuv.h b/libavcodec/huffyuv.h
index f76d62a..aed1537 100644
--- a/libavcodec/huffyuv.h
+++ b/libavcodec/huffyuv.h
@@ -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"
@@ -82,7 +82,7 @@ typedef struct HYuvContext {
VLC vlc[6]; //Y,U,V,YY,YU,YV
uint8_t *bitstream_buffer;
unsigned int bitstream_buffer_size;
- DSPContext dsp;
+ BswapDSPContext bdsp;
HuffYUVDSPContext hdsp;
HuffYUVEncDSPContext hencdsp;
} HYuvContext;
OpenPOWER on IntegriCloud