Commit d51bd73c authored by Aurelien Jacobs's avatar Aurelien Jacobs

add a log message

Originally committed as revision 10785 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1680692a
......@@ -134,6 +134,7 @@ static int process_ea_header(AVFormatContext *s) {
inSubheader = 0;
break;
case 0xFF:
av_log (s, AV_LOG_INFO, "end of header block reached (within audio subheader)\n");
inSubheader = 0;
inHeader = 0;
break;
......
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