summaryrefslogtreecommitdiff
path: root/libavformat/oggdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/oggdec.c')
-rw-r--r--libavformat/oggdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/oggdec.c b/libavformat/oggdec.c
index 5362489f5c..5d42db765c 100644
--- a/libavformat/oggdec.c
+++ b/libavformat/oggdec.c
@@ -583,4 +583,5 @@ AVInputFormat ogg_demuxer = {
NULL,
ogg_read_timestamp,
.extensions = "ogg",
+ .metadata_conv = ff_vorbiscomment_metadata_conv,
};