diff options
author | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2010-07-19 17:07:16 +0100 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2010-07-20 17:22:52 +0100 |
commit | cd3e7e350ea130a201612e7a547abe301c67b60f (patch) | |
tree | 81a33f6dce0ca9759c5c0c9160017fa79d2654e7 | |
parent | cf633b975d9dd4268092b7b1fb1eb6d3b02fc519 (diff) | |
download | gupnp-dlna-cd3e7e350ea130a201612e7a547abe301c67b60f.tar.gz |
xml: Add bitrate constraint for AVC_MP4_L3L_SD_AAC
-rw-r--r-- | data/avc.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/avc.xml b/data/avc.xml index 2353c93..928cfa4 100644 --- a/data/avc.xml +++ b/data/avc.xml @@ -70,6 +70,11 @@ <value>2.2</value> <value>3</value> </field> + <field name="bitrate" type="int"> + <!--- Conservative estimate from a system bitrate of 5 Mbps, and audio + bitrate of 256 kbps --> + <range min="1" max="4500000" /> + </field> </restriction> <restriction id="AVC_BL_L3" type="video"> |