提交 fc27e727 编写于 作者: J Jan Gerber 提交者: Anton Khirnov

mpegts: do not export empty language tags

Signed-off-by: NAnton Khirnov <anton@khirnov.net>
上级 4d2d0595
......@@ -1412,7 +1412,7 @@ int ff_parse_mpeg2_descriptor(AVFormatContext *fc, AVStream *st, int stream_type
break;
}
}
if (i) {
if (i && language[0]) {
language[i - 1] = 0;
av_dict_set(&st->metadata, "language", language, 0);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册