From: Hans Verkuil Date: Mon, 7 Apr 2014 13:01:28 +0000 (-0300) Subject: [media] DocBook media: update bytesused field description X-Git-Tag: omap-for-v3.16/fixes-against-rc1~25^2~244 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b050b29e071a0b11262ad513700ab073f58c45b2;p=pandora-kernel.git [media] DocBook media: update bytesused field description For output buffers the application has to set the bytesused field. In reality applications often do not set this since drivers that deal with fix image sizes just override it anyway. The vb2 framework will replace this field with the length field if bytesused was set to 0 by the application, which is what happens in practice. Document this behavior. Signed-off-by: Hans Verkuil Acked-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed