add a log message

Originally committed as revision 10785 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs 2007-10-18 21:45:53 +00:00
parent 1680692a6c
commit d51bd73ce6
1 changed files with 1 additions and 0 deletions

View File

@ -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;