Commit ab14bcb1 authored by Reimar Döffinger's avatar Reimar Döffinger

Add "const" to avoid compiler warning.

Signed-off-by: 's avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
parent 3bd7a714
...@@ -843,7 +843,7 @@ typedef struct HEVCContext { ...@@ -843,7 +843,7 @@ typedef struct HEVCContext {
int **skipped_bytes_pos_nal; int **skipped_bytes_pos_nal;
int *skipped_bytes_pos_size_nal; int *skipped_bytes_pos_size_nal;
uint8_t *data; const uint8_t *data;
HEVCNAL *nals; HEVCNAL *nals;
int nb_nals; int nb_nals;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment