diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-19 12:05:03 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-19 12:05:03 -0400 |
| commit | 51c3f270ae80290da75e48b0e4aa838af72b07b6 (patch) | |
| tree | 98e9b20680e320b0f111ab2e934b2746c2d6a4b3 /MediaBrowser.Model/Dlna/ProfileConditionValue.cs | |
| parent | 00bb68d2e8801c3b89b6cb5e5af495aad4f352f5 (diff) | |
add codec tag value
Diffstat (limited to 'MediaBrowser.Model/Dlna/ProfileConditionValue.cs')
| -rw-r--r-- | MediaBrowser.Model/Dlna/ProfileConditionValue.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Dlna/ProfileConditionValue.cs b/MediaBrowser.Model/Dlna/ProfileConditionValue.cs index 7563ffb5a..4ad326e51 100644 --- a/MediaBrowser.Model/Dlna/ProfileConditionValue.cs +++ b/MediaBrowser.Model/Dlna/ProfileConditionValue.cs @@ -20,6 +20,7 @@ IsCabac = 15, NumAudioStreams = 16, NumVideoStreams = 17, - IsSecondaryAudio + IsSecondaryAudio = 18, + VideoCodecTag = 19 } }
\ No newline at end of file |
