1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

Add "const" to avoid compiler warning.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
Reimar Döffinger
2014-04-22 20:41:34 +02:00
parent 3bd7a7149f
commit ab14bcb104

View File

@@ -843,7 +843,7 @@ typedef struct HEVCContext {
int **skipped_bytes_pos_nal;
int *skipped_bytes_pos_size_nal;
uint8_t *data;
const uint8_t *data;
HEVCNAL *nals;
int nb_nals;