Commit f5878d47 authored by aurel's avatar aurel

better log message

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10790 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 22908528
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment