diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-07-23 17:50:51 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-24 12:56:49 +0100 |
commit | 84f16bb5e68dc47eca4dc96b3391c58471cd7328 (patch) | |
tree | a5c7c84c42ddb3d518183448c63ad30fe7c700e4 /libavcodec/tableprint_vlc.h | |
parent | 155cd6baa49797d57f5b42276eeed3f5408ef3f7 (diff) | |
download | ffmpeg-84f16bb5e68dc47eca4dc96b3391c58471cd7328.tar.gz |
avutil/avassert: Don't include avutil.h
Reviewed-by: Martin Storsjö <martin@martin.st>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/tableprint_vlc.h')
-rw-r--r-- | libavcodec/tableprint_vlc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/tableprint_vlc.h b/libavcodec/tableprint_vlc.h index 0cbd7a9d2b..924f97b466 100644 --- a/libavcodec/tableprint_vlc.h +++ b/libavcodec/tableprint_vlc.h @@ -36,7 +36,7 @@ #define AVUTIL_INTERNAL_H #define avpriv_request_sample(...) #include "tableprint.h" -#include "get_bits.h" +#include "vlc.h" #include "mathtables.c" #include "libavutil/reverse.c" #include "bitstream.c" |