diff options
author | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2010-06-30 18:11:34 +0530 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2010-07-05 15:16:30 +0530 |
commit | 303dddf6052cc26468954eb1d2ac8b549fcb7906 (patch) | |
tree | ef7beac9bc2e02ed5a8aeee0c3b8bc1e240a7b30 /data/common.xml | |
parent | fa4fa00545305c5954d4d9ecdbb1e8e20416667b (diff) | |
download | gupnp-dlna-303dddf6052cc26468954eb1d2ac8b549fcb7906.tar.gz |
xml: Add the AVC_MP4_BL_L3(L)_SD_AAC profiles
Diffstat (limited to 'data/common.xml')
-rw-r--r-- | data/common.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/common.xml b/data/common.xml index 6104b67..47a4077 100644 --- a/data/common.xml +++ b/data/common.xml @@ -308,6 +308,18 @@ </field> </restriction> + <restriction id="25fps" type="video"> + <field name="framerate" type="fraction"> + <range min="0/1" max="25/1" /> + </field> + </restriction> + + <restriction id="29.97fps" type="video"> + <field name="framerate" type="fraction"> + <range min="0/1" max="30000/1001" /> + </field> + </restriction> + <restriction id="30fps" type="video"> <field name="framerate" type="fraction"> <range min="0/1" max="30/1" /> |