mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 21:20:41 +00:00
Add "const" to avoid compiler warning.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
parent
3bd7a7149f
commit
ab14bcb104
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user