projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add some basic metadata conversion tables for matroska and asf.
[ffmpeg.git]
/
libavformat
/
avformat.h
diff --git
a/libavformat/avformat.h
b/libavformat/avformat.h
index
94764f3
..
d1d6d02
100644
(file)
--- a/
libavformat/avformat.h
+++ b/
libavformat/avformat.h
@@
-309,7
+309,7
@@
typedef struct AVOutputFormat {
enum CodecID subtitle_codec; /**< default subtitle codec */
enum CodecID subtitle_codec; /**< default subtitle codec */
- AVMetadataConv *metadata_conv;
+
const
AVMetadataConv *metadata_conv;
/* private fields */
struct AVOutputFormat *next;
/* private fields */
struct AVOutputFormat *next;
@@
-390,7
+390,7
@@
typedef struct AVInputFormat {
*/
int (*read_seek2)(struct AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags);
*/
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;
/* private fields */
struct AVInputFormat *next;