[gupnp-dlna] xml: Add AVC_MP4_MP_SD_EAC3



commit b537f986e43bd51ecd910d732388161f29888b2b
Author: Jens Georg <mail jensge org>
Date:   Wed Feb 15 12:59:10 2012 +0200

    xml: Add AVC_MP4_MP_SD_EAC3

 data/avc.xml |   41 +++++++++++++++++++++++++++++++++++++++++
 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" />



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]