projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
indeo2: init_get_bits size in bits instead of bytes
[ffmpeg.git]
/
libavcodec
/
indeo2.c
diff --git
a/libavcodec/indeo2.c
b/libavcodec/indeo2.c
index
d059988
..
591c1ce
100644
(file)
--- a/
libavcodec/indeo2.c
+++ b/
libavcodec/indeo2.c
@@
-165,7
+165,7
@@
static int ir2_decode_frame(AVCodecContext *avctx,
#endif
start = 48; /* hardcoded for now */
- init_get_bits(&s->gb, buf + start,
buf_size - start
);
+ init_get_bits(&s->gb, buf + start,
(buf_size - start) * 8
);
if (s->decode_delta) { /* intraframe */
ir2_decode_plane(s, avctx->width, avctx->height,