diff vorbis_dec.c @ 5518:d2ef80f5fd7e libavcodec

use skip_bits where appropriate
author alex
date Thu, 09 Aug 2007 00:57:36 +0000
parents 9f8219a3b86f
children 600884524b31
line wrap: on
line diff
--- a/vorbis_dec.c	Thu Aug 09 00:54:41 2007 +0000
+++ b/vorbis_dec.c	Thu Aug 09 00:57:36 2007 +0000
@@ -729,7 +729,7 @@
         }
 
         for(j=0;j<mapping_setup->submaps;++j) {
-            get_bits(gb, 8); // FIXME check?
+            skip_bits(gb, 8); // FIXME check?
             mapping_setup->submap_floor[j]=get_bits(gb, 8);
             mapping_setup->submap_residue[j]=get_bits(gb, 8);