OSDN Git Service

ffv1: Fixed size given to init_get_bits() in decoder.
authorLaurent Aimar <fenrir@videolan.org>
Fri, 9 Sep 2011 20:04:09 +0000 (22:04 +0200)
committerAlex Converse <alex.converse@gmail.com>
Fri, 9 Sep 2011 22:00:28 +0000 (15:00 -0700)
commit46b004959bb7870a361a57272cd5fa7eea34250b
treea41d6ff0b84a5807e96b0203f540d83e1057e46e
parentdba2b63a98bdcac7bda1a8a2c48950518c075e17
ffv1: Fixed size given to init_get_bits() in decoder.

init_get_bits() takes a number of bits and not a number of bytes as
its size argument.

Signed-off-by: Alex Converse <alex.converse@gmail.com>
libavcodec/ffv1.c