- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Jul 2010 13:50:09 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv10413
Modified Files:
Overview.html
Log Message:
making bitrate attribute unsigned
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- Overview.html 16 Jul 2010 13:48:27 -0000 1.96
+++ Overview.html 16 Jul 2010 13:50:07 -0000 1.97
@@ -164,7 +164,7 @@
For example, a valid value for H.263 video and AAC low
complexity would be codecs="s263, mp4a.40.2".</dd>
- <dt>attribute long bitrate </dt>
+ <dt>attribute unsigned long bitrate </dt>
<dd>The codecs attribute only specifies the profile and level of the encoded content
which doesn't specify the actual bitrate. It only specifies the maximum encoded
bitrate, thus this bitrate attribute is the average bitrate of the content. In the case
Received on Friday, 16 July 2010 13:50:13 UTC