1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-16 01:11:38 +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;