mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 18:54:26 -04:00
Fix noautorotate cli for videotoolbox (#12530)
This commit is contained in:
parent
48e7c6c904
commit
639d75bd83
@ -6043,7 +6043,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||||||
&& isVideotoolboxSupported
|
&& isVideotoolboxSupported
|
||||||
&& isCodecAvailable)
|
&& 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
|
// Rockchip rkmpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user