summaryrefslogtreecommitdiff
path: root/libavformat/psxstr.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-06-26 23:05:21 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-06-26 23:05:21 +0000
commitfd147f23a224227d5bcfae124f08c97c04cc277c (patch)
treeeef067f221ebd19c2cd582d4c30ad65864dc61ee /libavformat/psxstr.c
parent66602c67beac66e1d02dcf4587c28a0275088bcd (diff)
Inform the user about unhandled sectors.
Originally committed as revision 14004 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/psxstr.c')
-rw-r--r--libavformat/psxstr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/psxstr.c b/libavformat/psxstr.c
index c158bb45a5..eede5c5d91 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;
}