forked from leftypol/leftypol
ffmpeg.php: remove unused trackmap parameter
This commit is contained in:
parent
b7510a0566
commit
8bb7daefae
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
function is_valid_webm($ffprobe_out) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue