qtdemux: Remove obsolete TODO comment
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8930>
This commit is contained in:
parent
b461115699
commit
f18123ea15
@ -13436,7 +13436,8 @@ qtdemux_parse_trak (GstQTDemux * qtdemux, GNode * trak, guint32 * mvhd_matrix)
|
||||
stream->display_height = h >> 16;
|
||||
|
||||
offset = 16;
|
||||
if (len < 86) /* TODO verify */
|
||||
/* sample description entry (16) + visual sample description (70) */
|
||||
if (len < 86)
|
||||
goto corrupt_file;
|
||||
|
||||
entry->width = QT_UINT16 (stsd_entry_data + offset + 16);
|
||||
|
Loading…
x
Reference in New Issue
Block a user