You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
remove warning, key is const
Originally committed as revision 7509 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user