From ffa190d0479d2370dd89c95692f822cbff2cc24c Mon Sep 17 00:00:00 2001 From: Alexandra Hájková Date: Sat, 14 May 2016 11:45:01 +0200 Subject: Move VLC and RL_VLC_ELEM structure definitions to a separate header Use the newly created vlc.h directly instead of including get_bits when needed. The VLC and RL_VLC_ELEM structures are independent from the bitreader. Signed-off-by: Luca Barbato --- libavcodec/bitstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/bitstream.c') diff --git a/libavcodec/bitstream.c b/libavcodec/bitstream.c index a0d2a982c0..656ac47d96 100644 --- a/libavcodec/bitstream.c +++ b/libavcodec/bitstream.c @@ -31,8 +31,8 @@ #include "avcodec.h" #include "internal.h" #include "mathops.h" -#include "get_bits.h" #include "put_bits.h" +#include "vlc.h" const uint8_t ff_log2_run[41]={ 0, 0, 0, 0, 1, 1, 1, 1, -- cgit v1.2.3