Mercurial > libavformat.hg
diff utils.c @ 819:a6c035e7f429 libavformat
DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)
| author | michael |
|---|---|
| date | Sun, 17 Jul 2005 00:28:12 +0000 |
| parents | 2a84386ed2a8 |
| children | feca73904e67 |
line wrap: on
line diff
--- a/utils.c Fri Jul 15 12:50:00 2005 +0000 +++ b/utils.c Sun Jul 17 00:28:12 2005 +0000 @@ -2508,6 +2508,9 @@ 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); } }
