You've already forked FFmpeg
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user