Commit e4a120ba authored by aurel's avatar aurel

add a log message

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10785 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 867d7437
......@@ -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