mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-07-06 06:38:47 +00:00
This function is essentially an alias for run_ffmpeg and is only used in one place. This patch removes the function and replaces the call with the equivalent (simpler) run_ffmpeg call. Signed-off-by: Mans Rullgard <mans@mansr.com>