[FFmpeg-cvslog] r14004 - trunk/libavformat/psxstr.c
michael
subversion
Fri Jun 27 01:05:21 CEST 2008
Author: michael
Date: Fri Jun 27 01:05:21 2008
New Revision: 14004
Log:
Inform the user about unhandled sectors.
Modified:
trunk/libavformat/psxstr.c
Modified: trunk/libavformat/psxstr.c
==============================================================================
--- trunk/libavformat/psxstr.c (original)
+++ trunk/libavformat/psxstr.c Fri Jun 27 01:05:21 2008
@@ -230,6 +230,7 @@ static int str_read_packet(AVFormatConte
return 0;
break;
default:
+ av_log(s, AV_LOG_WARNING, "Unknown sector type %02X\n", sector[0x12]);
/* drop the sector and move on */
break;
}
More information about the ffmpeg-cvslog
mailing list