1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-05-21 16:47:28 +02:00

Inform the user about unhandled sectors.

Originally committed as revision 14004 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2008-06-26 23:05:21 +00:00
parent 66602c67be
commit fd147f23a2
+1
View File
@@ -230,6 +230,7 @@ static int str_read_packet(AVFormatContext *s,
return 0;
break;
default:
av_log(s, AV_LOG_WARNING, "Unknown sector type %02X\n", sector[0x12]);
/* drop the sector and move on */
break;
}