[MPlayer-cvslog] r29761 - trunk/mp3lib/sr1.c
diego
subversion at mplayerhq.hu
Thu Oct 8 13:32:18 CEST 2009
Author: diego
Date: Thu Oct 8 13:32:17 2009
New Revision: 29761
Log:
Fix 100l typo introduced in last commit.
Modified:
trunk/mp3lib/sr1.c
Modified: trunk/mp3lib/sr1.c
==============================================================================
--- trunk/mp3lib/sr1.c Thu Oct 8 13:31:24 2009 (r29760)
+++ trunk/mp3lib/sr1.c Thu Oct 8 13:32:17 2009 (r29761)
@@ -168,7 +168,7 @@ LOCAL unsigned int get1bit(void)
bitindex++;
wordpointer += (bitindex>>3);
bitindex &= 7;
- return (val >> 7) & 1;
+ return (rval >> 7) & 1;
}
LOCAL void set_pointer(int backstep)
More information about the MPlayer-cvslog
mailing list