mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
record nal length size
This commit is contained in:
@@ -407,7 +407,8 @@ namespace MediaBrowser.MediaEncoding.Probing
|
||||
Profile = streamInfo.profile,
|
||||
Level = streamInfo.level,
|
||||
Index = streamInfo.index,
|
||||
PixelFormat = streamInfo.pix_fmt
|
||||
PixelFormat = streamInfo.pix_fmt,
|
||||
NalLengthSize = streamInfo.nal_length_size
|
||||
};
|
||||
|
||||
// Filter out junk
|
||||
|
||||
Reference in New Issue
Block a user