]> git.sesse.net Git - ffmpeg/commit
avcodec/mpegvideo_enc: Remove redundant time_base check
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Tue, 6 Apr 2021 11:43:46 +0000 (13:43 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Sat, 10 Apr 2021 01:53:45 +0000 (03:53 +0200)
commit80410674bd29d552c2af6453c5973323038cc947
treefef516b9bcc2917185330a1d3ce261f5342f2e5d
parent4782124b90cf915ede2cebd871be82fc0267a135
avcodec/mpegvideo_enc: Remove redundant time_base check

This check is dead as ff_encode_preinit() has an even stricter check.

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