demux: remove dead fragment related TODO

Change-Id: Iea6bf4742f803af46cd18f5d26843548e1b5cf00
This commit is contained in:
James Zern 2015-12-15 17:34:35 -08:00
parent ab714b8ac4
commit d3cfb79ad6

View File

@ -563,8 +563,6 @@ static int IsValidSimpleFormat(const WebPDemuxer* const dmux) {
// If 'exact' is true, check that the image resolution matches the canvas.
// If 'exact' is false, check that the x/y offsets do not exceed the canvas.
// TODO(jzern): this is insufficient in the fragmented image case if the
// expectation is that the fragments completely cover the canvas.
static int CheckFrameBounds(const Frame* const frame, int exact,
int canvas_width, int canvas_height) {
if (exact) {