Mercurial > libavcodec.hg
changeset 9170:14e656ca3e17 libavcodec
Expand "lsb" to "least significant bits".
author | stefano |
---|---|
date | Sun, 15 Mar 2009 10:37:25 +0000 |
parents | b0230a690eda |
children | bcaba3f602d3 |
files | pixdesc.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pixdesc.h Sun Mar 15 10:33:51 2009 +0000 +++ b/pixdesc.h Sun Mar 15 10:37:25 2009 +0000 @@ -27,7 +27,7 @@ uint16_t plane :2; ///< which of the 4 planes contains the component uint16_t step_minus1 :3; ///< number of bytes between 2 horizontally consecutive pixels minus 1 uint16_t offset_plus1 :3; ///< number of bytes before the component of the first pixel plus 1 - uint16_t shift :3; ///< number of lsb that must be shifted away to get the value + uint16_t shift :3; ///< number of least significant bits that must be shifted away to get the value uint16_t depth_minus1 :4; ///< number of bits in the component minus 1 }AVComponentDescriptor;