mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 15:03:06 +03:00
add codec tag value
This commit is contained in:
@@ -130,6 +130,7 @@ namespace MediaBrowser.MediaEncoding.Probing
|
||||
var stream = new MediaStream
|
||||
{
|
||||
Codec = streamInfo.codec_name,
|
||||
CodecTag = streamInfo.codec_tag_string,
|
||||
Profile = streamInfo.profile,
|
||||
Level = streamInfo.level,
|
||||
Index = streamInfo.index,
|
||||
|
||||
Reference in New Issue
Block a user