]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Expand "lsb" to "least significant bits".
authorstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 15 Mar 2009 10:37:25 +0000 (10:37 +0000)
committerstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 15 Mar 2009 10:37:25 +0000 (10:37 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17978 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavcodec/pixdesc.h

index bab781310c62d2bedca557010ef0173144d999b3..95ac9f66a063170634d698b79fde9f2bf79a2dba 100644 (file)
@@ -27,7 +27,7 @@ typedef struct AVComponentDescriptor{
     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;