[FFmpeg-cvslog] r17978 - trunk/libavcodec/pixdesc.h

stefano subversion
Sun Mar 15 11:37:25 CET 2009


Author: stefano
Date: Sun Mar 15 11:37:25 2009
New Revision: 17978

Log:
Expand "lsb" to "least significant bits".

Modified:
   trunk/libavcodec/pixdesc.h

Modified: trunk/libavcodec/pixdesc.h
==============================================================================
--- trunk/libavcodec/pixdesc.h	Sun Mar 15 11:33:51 2009	(r17977)
+++ trunk/libavcodec/pixdesc.h	Sun Mar 15 11:37:25 2009	(r17978)
@@ -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;
 




More information about the ffmpeg-cvslog mailing list