]> git.sesse.net Git - ffmpeg/commit
avcodec/options: Remove always-true check
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 16 Mar 2021 19:41:42 +0000 (20:41 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 20 Mar 2021 01:45:17 +0000 (02:45 +0100)
commit784c3c0d8552365431e19748aa32bf7bcacd1464
treebcb5d923d362da7ce8d2d97864d37aaeb53f6888
parent77616c5fb4ee6e1223c1c4d30cc76412a9e7e9d0
avcodec/options: Remove always-true check

Added in dc51a72ba45fbefb9f1c6c3ca5a5b2388d69b2da, yet even back then
the check was always true as the AVCodecContext has already been memset
to zero before that.

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