diff liba52/bitstream.h @ 18721:722ac20fac5f

sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gmail * com< part 2: cosmetic changes
author rathann
date Thu, 15 Jun 2006 22:59:40 +0000
parents 4bad7f00556e
children 0783dd397f74
line wrap: on
line diff
--- a/liba52/bitstream.h	Thu Jun 15 22:58:06 2006 +0000
+++ b/liba52/bitstream.h	Thu Jun 15 22:59:40 2006 +0000
@@ -66,7 +66,7 @@
 #endif //!ARCH_X86
 
 #endif
- 
+
 /* (stolen from the kernel) */
 #ifdef WORDS_BIGENDIAN
 
@@ -114,7 +114,7 @@
     return result;
 #else
     uint32_t result;
-    
+	
     if (num_bits < state->bits_left) {
 	result = (state->current_word << (32 - state->bits_left)) >> (32 - num_bits);
 	state->bits_left -= num_bits;