[svn] / trunk / xvidcore / src / bitstream / bitstream.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/bitstream/bitstream.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 528, Mon Sep 23 06:11:34 2002 UTC revision 529, Mon Sep 23 10:59:10 2002 UTC
# Line 28  Line 28 
28   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
29   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
30   *   *
31   * $Id: bitstream.c,v 1.33 2002-09-22 17:01:36 edgomez Exp $   * $Id: bitstream.c,v 1.34 2002-09-23 10:59:10 suxen_drol Exp $
32   *   *
33   ****************************************************************************/   ****************************************************************************/
34    
# Line 44  Line 44 
44  log2bin(uint32_t value)  log2bin(uint32_t value)
45  {  {
46  /* Changed by Chenm001 */  /* Changed by Chenm001 */
47  #ifndef WIN32  #if !defined(_MSC_VER)
48          int n = 0;          int n = 0;
49    
50          while (value) {          while (value) {

Legend:
Removed from v.528  
changed lines
  Added in v.529

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4