mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Revert "Merge pull request #8298 from lomion0815/fix-data-stream"
This reverts commit 848ea703bca4a37e4020f48992c4b1f481f62623, reversing changes made to af877063795469ac3d94d356b2787e296606f571.
This commit is contained in:
parent
a26cded0f5
commit
774b4a0d3f
@ -863,13 +863,8 @@ namespace MediaBrowser.MediaEncoding.Probing
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (string.Equals(streamInfo.CodecType, "data", StringComparison.OrdinalIgnoreCase))
|
|
||||||
{
|
|
||||||
stream.Type = MediaStreamType.Data;
|
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
_logger.LogError("Codec Type {CodecType} unknown. The stream (index: {Index}) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!", streamInfo.CodecType, streamInfo.Index);
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -23,11 +23,6 @@ namespace MediaBrowser.Model.Entities
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The embedded image.
|
/// The embedded image.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
EmbeddedImage,
|
EmbeddedImage
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// The data.
|
|
||||||
/// </summary>
|
|
||||||
Data
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user