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
1 changed files with 1 additions and 1 deletions

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;