aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding/Probing
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2020-08-26 18:59:46 +0200
committerGitHub <noreply@github.com>2020-08-26 18:59:46 +0200
commit4f6c98b325aa544ac1f3a522ea668b3f990265e3 (patch)
tree40c38d1a8d4214722b2fed816616cc0a22de7577 /MediaBrowser.MediaEncoding/Probing
parent4e3f26b647a9fe996b5a96ea10fa1f2468ea41fb (diff)
parentde4cfa223498dde4e665c452337f032c29270abe (diff)
Merge pull request #3984 from crobibero/json-prerelease
Use Prerelease System.Text.Json
Diffstat (limited to 'MediaBrowser.MediaEncoding/Probing')
-rw-r--r--MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs b/MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs
index 8996d3b098..b7b23deff5 100644
--- a/MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs
+++ b/MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs
@@ -133,7 +133,6 @@ namespace MediaBrowser.MediaEncoding.Probing
/// </summary>
/// <value>The bits_per_raw_sample.</value>
[JsonPropertyName("bits_per_raw_sample")]
- [JsonConverter(typeof(JsonInt32Converter))]
public int BitsPerRawSample { get; set; }
/// <summary>