better log message

Originally committed as revision 10790 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs 2007-10-18 22:11:53 +00:00
parent f409743084
commit 080b1c8238
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ static int process_ea_header(AVFormatContext *s) {
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;
}