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:
parent
6e5c1877b2
commit
c6ec28b18c
9 changed files with 1944 additions and 176 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue