mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
remove warning, key is const
Originally committed as revision 7509 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
55de95b9c7
commit
9bdeba37a0
@ -141,7 +141,7 @@ typedef struct MXFContext {
|
||||
UID content_storage_uid;
|
||||
MXFMetadataSet **metadata_sets;
|
||||
int metadata_sets_count;
|
||||
uint8_t *sync_key;
|
||||
const uint8_t *sync_key;
|
||||
AVFormatContext *fc;
|
||||
} MXFContext;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user