Mercurial > libavformat.hg
changeset 2630:eb9371d9c590 libavformat
better log message
author | aurel |
---|---|
date | Thu, 18 Oct 2007 22:11:53 +0000 |
parents | eaebf51f195d |
children | f37d16f2c940 |
files | electronicarts.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/electronicarts.c Thu Oct 18 22:01:30 2007 +0000 +++ b/electronicarts.c Thu Oct 18 22:11:53 2007 +0000 @@ -172,7 +172,7 @@ if (blockid == GSTR_TAG) { url_fskip(pb, 4); } else if (blockid != PT00_TAG) { - av_log (s, AV_LOG_ERROR, "PT header missing\n"); + av_log (s, AV_LOG_ERROR, "unknown SCHl headerid\n"); return 0; }