mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-18 02:22:24 +00:00
Fix noautorotate cli for videotoolbox (#12530)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user