1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-13 10:39:08 +02:00

remove warning, key is const

Originally committed as revision 7509 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2007-01-14 23:17:10 +00:00
parent 55de95b9c7
commit 9bdeba37a0

View File

@ -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;