summaryrefslogtreecommitdiff
path: root/libavcodec/cfhd.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/cfhd.h')
-rw-r--r--libavcodec/cfhd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/cfhd.h b/libavcodec/cfhd.h
index 7cd251fca7..4f2c82d8bc 100644
--- a/libavcodec/cfhd.h
+++ b/libavcodec/cfhd.h
@@ -26,6 +26,7 @@
#include "libavutil/avassert.h"
#include "avcodec.h"
+#include "bytestream.h"
#include "get_bits.h"
#include "vlc.h"
@@ -71,7 +72,7 @@ typedef struct Plane {
typedef struct Peak {
int level;
int offset;
- const int16_t *base;
+ GetByteContext base;
} Peak;
typedef struct CFHDContext {