changeset 1651:d3e5c85c3d9f libavformat

remove warning, key is const
author bcoudurier
date Sun, 14 Jan 2007 23:17:10 +0000
parents a8d943528f89
children d8807a8435ab
files mxf.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mxf.c	Sun Jan 14 23:16:20 2007 +0000
+++ b/mxf.c	Sun Jan 14 23:17:10 2007 +0000
@@ -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;