You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-16 08:36:51 +02:00
add a log message
Originally committed as revision 10785 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user