Mercurial > libavformat.hg
changeset 2503:9b43d21cc638 libavformat
Correct message
author | conrad |
---|---|
date | Wed, 05 Sep 2007 00:25:35 +0000 |
parents | 3230f4c53b17 |
children | 39c0db7c20be |
files | matroskaenc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/matroskaenc.c Wed Sep 05 00:25:34 2007 +0000 +++ b/matroskaenc.c Wed Sep 05 00:25:35 2007 +0000 @@ -591,7 +591,7 @@ put_ebml_uint(pb, MATROSKA_ID_TRACKTYPE, MATROSKA_TRACK_TYPE_SUBTITLE); break; default: - av_log(s, AV_LOG_ERROR, "Only audio and video are supported for Matroska."); + av_log(s, AV_LOG_ERROR, "Only audio, video, and subtitles are supported for Matroska."); break; } end_ebml_master(pb, track);