summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-02-15 12:59:10 +0200
committerJens Georg <mail@jensge.org>2012-03-02 11:12:19 +0200
commitb537f986e43bd51ecd910d732388161f29888b2b (patch)
treef9d25aead188498ac2aeb193dc15204803bf0dbc
parent9fda71dca14dc8f283514a56f53d1d9bddb42091 (diff)
downloadgupnp-dlna-b537f986e43bd51ecd910d732388161f29888b2b.tar.gz
xml: Add AVC_MP4_MP_SD_EAC3
-rw-r--r--data/avc.xml41
1 files changed, 41 insertions, 0 deletions
diff --git a/data/avc.xml b/data/avc.xml
index cee747a..f2c3775 100644
--- a/data/avc.xml
+++ b/data/avc.xml
@@ -602,6 +602,47 @@
<parent name="AC3" />
</dlna-profile>
+ <dlna-profile name="AVC_MP4_MP_SD_EAC3" mime="video/mp4" >
+ <parent name="MP4" />
+
+ <restriction type="audio">
+ <parent name="EAC3" />
+ <field name="bitrate" type="int" used="in-strict">
+ <range min="0" max="3024000" />
+ </field>
+ </restriction>
+
+ <restriction type="video">
+ <parent name="AVC_MP" />
+ <parent name="25fps" used="in-strict" />
+ <field name="width" type="int">
+ <range min="1" max="864" />
+ </field>
+ <field name="height" type="int" used="in-relaxed">
+ <range min="1" max="576" />
+ </field>
+ <field name="height" type="int" used="in-strict">
+ <range min="1" max="480" />
+ </field>
+ </restriction>
+
+ <restriction type="video" used="in-strict">
+ <parent name="AVC_MP" />
+ <parent name="625_D1" />
+ <parent name="50fps" />
+ </restriction>
+ <restriction type="video" used="in-strict">
+ <parent name="AVC_MP" />
+ <parent name="525_D1" />
+ <parent name="60fps" />
+ </restriction>
+ <restriction type="video" used="in-strict">
+ <parent name="AVC_MP" />
+ <parent name="VGA" />
+ <parent name="30fps" />
+ </restriction>
+ </dlna-profile>
+
<dlna-profile name="AVC_MP4_MP_HD_720p_AAC" mime="video/mp4">
<parent name="MP4" />
<parent name="AAC-576" />