summaryrefslogtreecommitdiff
path: root/libavcodec/rl.c
diff options
context:
space:
mode:
authorAlexandra Hájková <alexandra.khirnova@gmail.com>2016-05-14 11:45:01 +0200
committerLuca Barbato <lu_zero@gentoo.org>2016-05-17 10:29:27 +0200
commitffa190d0479d2370dd89c95692f822cbff2cc24c (patch)
tree6b09a2c8623644bdf5fdd4bb683af2a44dbe6c09 /libavcodec/rl.c
parentb23613268c6b56a8f9de7859562d82b4b88353d9 (diff)
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 <lu_zero@gentoo.org>
Diffstat (limited to 'libavcodec/rl.c')
-rw-r--r--libavcodec/rl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/rl.c b/libavcodec/rl.c
index 5bc1f91563..9a9cbd94d1 100644
--- a/libavcodec/rl.c
+++ b/libavcodec/rl.c
@@ -17,6 +17,7 @@
*/
#include <stdint.h>
+#include <string.h>
#include "libavutil/attributes.h"
#include "libavutil/mem.h"