aboutsummaryrefslogtreecommitdiff
path: root/src/main/extractor_metatypes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/extractor_metatypes.c')
-rw-r--r--src/main/extractor_metatypes.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/extractor_metatypes.c b/src/main/extractor_metatypes.c
index 979e210..571ab06 100644
--- a/src/main/extractor_metatypes.c
+++ b/src/main/extractor_metatypes.c
@@ -541,6 +541,13 @@ static const struct MetaTypeDescription meta_type_descriptions[] = {
541 { gettext_noop ("table of contents"), 541 { gettext_noop ("table of contents"),
542 gettext_noop ("chapters, contents or bookmarks (in xml format)") }, 542 gettext_noop ("chapters, contents or bookmarks (in xml format)") },
543 /* 225 */ 543 /* 225 */
544 { gettext_noop ("video duration"),
545 gettext_noop ("duration of a video stream") },
546 { gettext_noop ("audio duration"),
547 gettext_noop ("duration of an audio stream") },
548 { gettext_noop ("subtitle duration"),
549 gettext_noop ("duration of a subtitle stream") },
550
544 { gettext_noop ("last"), 551 { gettext_noop ("last"),
545 gettext_noop ("last") } 552 gettext_noop ("last") }
546}; 553};