From 9bdeba37a095bf7e10843f84470ed8c79a9433bd Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Sun, 14 Jan 2007 23:17:10 +0000 Subject: remove warning, key is const Originally committed as revision 7509 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mxf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mxf.c b/libavformat/mxf.c index cb05cd10c7..24bad4ba51 100644 --- a/libavformat/mxf.c +++ b/libavformat/mxf.c @@ -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; -- cgit v1.2.3