mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-04 12:06:44 +08:00
DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)
Originally committed as revision 4448 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -2508,6 +2508,9 @@ void dump_format(AVFormatContext *ic,
|
||||
if (flags & AVFMT_SHOW_IDS) {
|
||||
av_log(NULL, AV_LOG_INFO, "[0x%x]", st->id);
|
||||
}
|
||||
if (strlen(st->language) > 0) {
|
||||
av_log(NULL, AV_LOG_INFO, "(%s)", st->language);
|
||||
}
|
||||
av_log(NULL, AV_LOG_INFO, ": %s\n", buf);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user