mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-07-27 03:39:21 +00:00
In direct_search() and ff_estimate_b_frame_motion(), penalty_factor would be used before being initialized in estimate_motion_b(). Also, the initialization would happen more than once unnecessarily.