summaryrefslogtreecommitdiff
path: root/libavcodec/nvdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/nvdec.h')
-rw-r--r--libavcodec/nvdec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/nvdec.h b/libavcodec/nvdec.h
index 353e95bf42..555300d27d 100644
--- a/libavcodec/nvdec.h
+++ b/libavcodec/nvdec.h
@@ -56,7 +56,7 @@ typedef struct NVDECContext {
struct NVDECDecoder *decoder; ///< RefStruct reference
- uint8_t *bitstream;
+ const uint8_t *bitstream;
int bitstream_len;
unsigned int bitstream_allocated;
uint8_t *bitstream_internal;