diff shorten.c @ 5518:d2ef80f5fd7e libavcodec

use skip_bits where appropriate
author alex
date Thu, 09 Aug 2007 00:57:36 +0000
parents 777f250df232
children 333b8024c6b2
line wrap: on
line diff
--- a/shorten.c	Thu Aug 09 00:54:41 2007 +0000
+++ b/shorten.c	Thu Aug 09 00:57:36 2007 +0000
@@ -299,7 +299,7 @@
         }
     }
     init_get_bits(&s->gb, buf, buf_size*8);
-    get_bits(&s->gb, s->bitindex);
+    skip_bits(&s->gb, s->bitindex);
     if (!s->blocksize)
     {
         int maxnlpc = 0;