Blender Git Commit Log
Git Commits -> Revision fba35aa
Revision fba35aa by Sybren A. Stüvel (master) September 19, 2019, 13:12 (GMT) |
Use FFmpeg's own `av_guess_frame_rate()` function instead of guessing ourselves This was introduced in FFmpeg lavf 55.1.100 in 2013. For systems that are still on LibAV or older FFmpeg there is a fallback implementation that performs the same guess as we did before in `av_get_r_frame_rate_compat()`. |
Commit Details:
Full Hash: fba35aa8c5cdedb3132b286874c5185c59af35a2
Parent Commit: 1e09dd0
Lines Changed: +14, -28