Commit ed83447f authored by michael's avatar michael

Inform the user about unhandled sectors.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14004 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 586e96c2
......@@ -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