Commit fd147f23 authored by Michael Niedermayer's avatar Michael Niedermayer

Inform the user about unhandled sectors.

Originally committed as revision 14004 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 66602c67
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment