add a log message
Originally committed as revision 10785 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1680692a6c
commit
d51bd73ce6
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user