ffmpeg.php: remove unused trackmap parameter

This commit is contained in:
Zankaria 2025-10-09 22:43:47 +02:00
parent b7510a0566
commit 8bb7daefae

View file

@ -50,7 +50,7 @@ function locate_webm_tracks($ffprobe_out) {
}
}
return [ 'videoat' => $video_at, 'audioat' => $audio_at, 'others' => $others ];
return [ 'videoat' => $video_at, 'audioat' => $audio_at ];
}
function is_valid_webm($ffprobe_out) {