diff avformat.h @ 4618:5b9eddbee9c4 libavformat

Add some basic metadata conversion tables for matroska and asf. Add missing const qualifiers for metadata_conv in AV{In|Out}putFormat.
author aurel
date Sun, 01 Mar 2009 00:12:08 +0000
parents f04bc8b70940
children daee9ef28a39
line wrap: on
line diff
--- a/avformat.h	Sat Feb 28 23:34:16 2009 +0000
+++ b/avformat.h	Sun Mar 01 00:12:08 2009 +0000
@@ -309,7 +309,7 @@
 
     enum CodecID subtitle_codec; /**< default subtitle codec */
 
-    AVMetadataConv *metadata_conv;
+    const AVMetadataConv *metadata_conv;
 
     /* private fields */
     struct AVOutputFormat *next;
@@ -390,7 +390,7 @@
      */
     int (*read_seek2)(struct AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags);
 
-    AVMetadataConv *metadata_conv;
+    const AVMetadataConv *metadata_conv;
 
     /* private fields */
     struct AVInputFormat *next;