From fd147f23a224227d5bcfae124f08c97c04cc277c Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 26 Jun 2008 23:05:21 +0000 Subject: [PATCH] Inform the user about unhandled sectors. Originally committed as revision 14004 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/psxstr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/psxstr.c b/libavformat/psxstr.c index c158bb4..eede5c5 100644 --- a/libavformat/psxstr.c +++ b/libavformat/psxstr.c @@ -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; } -- 2.7.4