aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-04-17 23:50:44 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-04-17 23:50:44 -0400
commit2b4dece54afbe8dff04b18ef454abd60af0ab826 (patch)
tree086f8bb892bd3541a3048e481639c4877acc848e /MediaBrowser.Model
parent565b3350a125cf49cd288542bf28188ef906dd10 (diff)
record nal length size
Diffstat (limited to 'MediaBrowser.Model')
-rw-r--r--MediaBrowser.Model/Entities/MediaStream.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Entities/MediaStream.cs b/MediaBrowser.Model/Entities/MediaStream.cs
index bdc043e9a..fa7a51291 100644
--- a/MediaBrowser.Model/Entities/MediaStream.cs
+++ b/MediaBrowser.Model/Entities/MediaStream.cs
@@ -33,7 +33,9 @@ namespace MediaBrowser.Model.Entities
/// </summary>
/// <value>The comment.</value>
public string Comment { get; set; }
-
+
+ public string NalLengthSize { get; set; }
+
/// <summary>
/// Gets or sets a value indicating whether this instance is interlaced.
/// </summary>