[Ffmpeg-cvslog] r7509 - trunk/libavformat/mxf.c
bcoudurier
subversion
Mon Jan 15 00:17:10 CET 2007
Author: bcoudurier
Date: Mon Jan 15 00:17:10 2007
New Revision: 7509
Modified:
trunk/libavformat/mxf.c
Log:
remove warning, key is const
Modified: trunk/libavformat/mxf.c
==============================================================================
--- trunk/libavformat/mxf.c (original)
+++ trunk/libavformat/mxf.c Mon Jan 15 00:17:10 2007
@@ -141,7 +141,7 @@
UID content_storage_uid;
MXFMetadataSet **metadata_sets;
int metadata_sets_count;
- uint8_t *sync_key;
+ const uint8_t *sync_key;
AVFormatContext *fc;
} MXFContext;
More information about the ffmpeg-cvslog
mailing list