Skip to content

Commit eafed6e

Browse files
committed
Fix missing language field in avfilter metadata
1 parent 2313c4f commit eafed6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/avformat/factory.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ static mlt_properties avfilter_metadata(mlt_service_type type, const char *id, v
338338
mlt_properties_set(metadata, "version", LIBAVFILTER_IDENT);
339339
mlt_properties_set(metadata, "identifier", id);
340340
mlt_properties_set(metadata, "description", f->description);
341+
mlt_properties_set(metadata, "language", "en");
341342
mlt_properties_set(
342343
metadata,
343344
"notes",

0 commit comments

Comments
 (0)