Commit 64dec04b authored by bcoudurier's avatar bcoudurier

remove warning, key is const

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7509 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c96427a9
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment