aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Dlna/CodecProfile.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-04-24 01:08:10 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-04-24 01:08:10 -0400
commita748c660cb3b20fba0f141025a41afa4426a935c (patch)
treebeb1c7b0ace7a697f53253ecba2471039842c452 /MediaBrowser.Model/Dlna/CodecProfile.cs
parent0ab3a1bf8e437591e8f949ed198f33b95522c703 (diff)
updated dlna profiles
Diffstat (limited to 'MediaBrowser.Model/Dlna/CodecProfile.cs')
-rw-r--r--MediaBrowser.Model/Dlna/CodecProfile.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Dlna/CodecProfile.cs b/MediaBrowser.Model/Dlna/CodecProfile.cs
index b15dfc809..2b04b7fdb 100644
--- a/MediaBrowser.Model/Dlna/CodecProfile.cs
+++ b/MediaBrowser.Model/Dlna/CodecProfile.cs
@@ -76,10 +76,12 @@ namespace MediaBrowser.Model.Dlna
Width,
Height,
Has64BitOffsets,
+ PacketLength,
VideoBitDepth,
VideoBitrate,
VideoFramerate,
VideoLevel,
- VideoProfile
+ VideoProfile,
+ VideoTimestamp
}
}