mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01: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