]> git.sesse.net Git - ffmpeg/commit
avformat/segafilm: Remove outdated check
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 24 Mar 2021 00:21:41 +0000 (01:21 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Sun, 28 Mar 2021 17:09:29 +0000 (19:09 +0200)
commit117a41b7e3254b50fe299385e35d94be72ba13b6
tree5733ad5b7d9e124fad0ac8b94e2574c60dbc1501
parent63fcf3da018fd4c884d0780b90141ed22ed86016
avformat/segafilm: Remove outdated check

The check has been added at a time when the code performed the
multiplication itself instead of deferring it to av_malloc_array()
and when our allocation functions used unsigned instead of size_t.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/segafilm.c