mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-23 18:44:45 +01:00
added new cabac value
This commit is contained in:
@@ -116,6 +116,7 @@ namespace MediaBrowser.Model.Dlna
|
||||
int? packetLength,
|
||||
TranscodeSeekInfo transcodeSeekInfo,
|
||||
bool? isAnamorphic,
|
||||
bool? isCabac,
|
||||
int? refFrames)
|
||||
{
|
||||
// first bit means Time based seek supported, second byte range seek supported (not sure about the order now), so 01 = only byte seek, 10 = time based, 11 = both, 00 = none
|
||||
@@ -156,6 +157,7 @@ namespace MediaBrowser.Model.Dlna
|
||||
packetLength,
|
||||
timestamp,
|
||||
isAnamorphic,
|
||||
isCabac,
|
||||
refFrames);
|
||||
|
||||
List<string> orgPnValues = new List<string>();
|
||||
|
||||
Reference in New Issue
Block a user