mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-07-26 19:30:14 +00:00
The check should be >= 0, not > 0. The check itself is redundant since uninit only being called after init is success. Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>