]> git.sesse.net Git - ffmpeg/commit
avformat/sierravmd: Remove outdated check
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 24 Mar 2021 00:39:50 +0000 (01:39 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Sun, 28 Mar 2021 17:09:29 +0000 (19:09 +0200)
commit440a401d89198adf718d521bd6cd28a70d8f87ce
treef86ec8f730467f386c6608ed6412ec8593ce6f7a
parent117a41b7e3254b50fe299385e35d94be72ba13b6
avformat/sierravmd: 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/sierravmd.c