mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
3.2.12.11
This commit is contained in:
parent
d0424ac6df
commit
7ea3719a2d
6 changed files with 2 additions and 24 deletions
|
|
@ -747,11 +747,6 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
|
||||
public bool CanStreamCopyVideo(EncodingJobInfo state, MediaStream videoStream)
|
||||
{
|
||||
if (!videoStream.AllowStreamCopy)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
var request = state.BaseRequest;
|
||||
|
||||
if (!request.AllowVideoStreamCopy)
|
||||
|
|
@ -897,11 +892,6 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
|
||||
public bool CanStreamCopyAudio(EncodingJobInfo state, MediaStream audioStream, List<string> supportedAudioCodecs)
|
||||
{
|
||||
if (!audioStream.AllowStreamCopy)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
var request = state.BaseRequest;
|
||||
|
||||
if (!request.AllowAudioStreamCopy)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue