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
/
matroskadec.c
diff --git
a/libavformat/matroskadec.c
b/libavformat/matroskadec.c
index
2f2d444
..
ac12f1e
100644
(file)
--- a/
libavformat/matroskadec.c
+++ b/
libavformat/matroskadec.c
@@
-1839,4
+1839,5
@@
AVInputFormat matroska_demuxer = {
matroska_read_packet,
matroska_read_close,
matroska_read_seek,
+ .metadata_conv = ff_mkv_metadata_conv,
};