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
/
asfdec.c
diff --git
a/libavformat/asfdec.c
b/libavformat/asfdec.c
index
40913c8
..
4d61739
100644
(file)
--- a/
libavformat/asfdec.c
+++ b/
libavformat/asfdec.c
@@
-1087,4
+1087,5
@@
AVInputFormat asf_demuxer = {
asf_read_close,
asf_read_seek,
asf_read_pts,
+ .metadata_conv = ff_asf_metadata_conv,
};