mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-28 05:10:30 +00:00
Fix noautorotate cli for videotoolbox (#12530)
This commit is contained in:
parent
48e7c6c904
commit
639d75bd83
1 changed files with 1 additions and 1 deletions
|
|
@ -6043,7 +6043,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
&& isVideotoolboxSupported
|
||||
&& isCodecAvailable)
|
||||
{
|
||||
return " -hwaccel videotoolbox" + (outputHwSurface ? " -hwaccel_output_format videotoolbox_vld" : string.Empty) + "-noautorotate" + stripRotationDataArgs;
|
||||
return " -hwaccel videotoolbox" + (outputHwSurface ? " -hwaccel_output_format videotoolbox_vld" : string.Empty) + " -noautorotate" + stripRotationDataArgs;
|
||||
}
|
||||
|
||||
// Rockchip rkmpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue