Commit 9bdeba37 authored by Baptiste Coudurier's avatar Baptiste Coudurier

remove warning, key is const

Originally committed as revision 7509 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 55de95b9
......@@ -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