# HG changeset patch # User bcoudurier # Date 1168816630 0 # Node ID d3e5c85c3d9f0f0436bc4637a2059afadb6f1e3b # Parent a8d943528f891e10644659acc7e4b0355e98557a remove warning, key is const diff -r a8d943528f89 -r d3e5c85c3d9f mxf.c --- 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;