]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ra144dec.c
hevc: 16x16 NEON idct: Use the right element size for loads/stores
[ffmpeg] / libavcodec / ra144dec.c
index 35ee697731572efa352b751b49295b397971bd90..05165bf2e4a02722e3be22fa3fe62a4e11d500a3 100644 (file)
@@ -92,7 +92,7 @@ static int ra144_decode_frame(AVCodecContext * avctx, void *data,
     }
     samples = (int16_t *)frame->data[0];
 
-    bitstream_init(&bc, buf, FRAMESIZE * 8);
+    bitstream_init8(&bc, buf, FRAMESIZE);
 
     for (i = 0; i < LPC_ORDER; i++)
         lpc_refl[i] = ff_lpc_refl_cb[i][bitstream_read(&bc, sizes[i])];