Skip to content
Snippets Groups Projects
Commit 080b1c82 authored by Aurelien Jacobs's avatar Aurelien Jacobs
Browse files

better log message

Originally committed as revision 10790 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f4097430
No related branches found
No related tags found
No related merge requests found
...@@ -172,7 +172,7 @@ static int process_ea_header(AVFormatContext *s) { ...@@ -172,7 +172,7 @@ static int process_ea_header(AVFormatContext *s) {
if (blockid == GSTR_TAG) { if (blockid == GSTR_TAG) {
url_fskip(pb, 4); url_fskip(pb, 4);
} else if (blockid != PT00_TAG) { } 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; return 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment