[SCM] libav/experimental: Expand "lsb" to "least significant bits".

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:41:22 UTC 2013


The following commit has been merged in the experimental branch:
commit 7867978374c3922aae7afbaac8a2765c669917dc
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sun Mar 15 10:37:25 2009 +0000

    Expand "lsb" to "least significant bits".
    
    Originally committed as revision 17978 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/pixdesc.h b/libavcodec/pixdesc.h
index bab7813..95ac9f6 100644
--- a/libavcodec/pixdesc.h
+++ b/libavcodec/pixdesc.h
@@ -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;
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list