mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-01 03:42:51 +01:00
add additional transcoding info
This commit is contained in:
@@ -1584,6 +1584,8 @@ namespace MediaBrowser.Api.Playback
|
||||
|
||||
state.OutputAudioCodec = GetAudioCodec(state.Request);
|
||||
|
||||
state.OutputAudioChannels = GetNumAudioChannelsParam(state.Request, state.AudioStream, state.OutputAudioCodec);
|
||||
|
||||
if (videoRequest != null)
|
||||
{
|
||||
state.OutputVideoCodec = GetVideoCodec(videoRequest);
|
||||
|
||||
Reference in New Issue
Block a user