You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: MediaBrowser.Model/Dlna/ContentFeatureBuilder.cs
+4-2
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,8 @@ public string BuildVideoHeader(string container,
108
108
double?videoLevel,
109
109
double?videoFramerate,
110
110
int?packetLength,
111
-
TranscodeSeekInfotranscodeSeekInfo)
111
+
TranscodeSeekInfotranscodeSeekInfo,
112
+
bool?isAnamorphic)
112
113
{
113
114
// 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
0 commit comments