[FFmpeg-devel] [PATCH 3/3] libavformat/libopenmpt: Add "date" to metadata.
Jörn Heusipp
osmanx at problemloesungsmaschine.de
Sun Jul 17 16:37:14 EEST 2016
Signed-off-by: Jörn Heusipp <osmanx at problemloesungsmaschine.de>
---
libavformat/libopenmpt.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/libopenmpt.c b/libavformat/libopenmpt.c
index 7b1dd5b..997c13d 100644
--- a/libavformat/libopenmpt.c
+++ b/libavformat/libopenmpt.c
@@ -87,6 +87,7 @@ static int read_header_openmpt(AVFormatContext *s)
add_meta(s, "title", openmpt_module_get_metadata(openmpt->module, "title"));
add_meta(s, "encoder", openmpt_module_get_metadata(openmpt->module, "tracker"));
add_meta(s, "comment", openmpt_module_get_metadata(openmpt->module, "message"));
+ add_meta(s, "date", openmpt_module_get_metadata(openmpt->module, "date"));
st = avformat_new_stream(s, NULL);
if (!st) {
--
1.9.1
More information about the ffmpeg-devel
mailing list