]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavcodec/vp3.c
Use skip_bits_long() for large skips
[frescor/ffmpeg.git] / libavcodec / vp3.c
index c1ca98f3c4fff238c99ac3681809b101d823302a..43a3658c3383cce875a63b3d4d543e5c126a2d73 100644 (file)
@@ -2243,7 +2243,7 @@ static av_cold int theora_decode_init(AVCodecContext *avctx)
      }
 
     // FIXME: Check for this as well.
-    skip_bits(&gb, 6*8); /* "theora" */
+    skip_bits_long(&gb, 6*8); /* "theora" */
 
     switch(ptype)
     {