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 { ...@@ -141,7 +141,7 @@ typedef struct MXFContext {
UID content_storage_uid; UID content_storage_uid;
MXFMetadataSet **metadata_sets; MXFMetadataSet **metadata_sets;
int metadata_sets_count; int metadata_sets_count;
uint8_t *sync_key; const uint8_t *sync_key;
AVFormatContext *fc; AVFormatContext *fc;
} MXFContext; } 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