summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-01-24 18:00:08 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-26 15:23:30 +0100
commitd552f2535be0dd47330412e8e11e1923ca99f92f (patch)
tree2d5236d5a722082ae27f61e577a47a28a6dab893 /tests
parentdf2ee38178d22f57c706cc61f0acf37c40e16f96 (diff)
lavc/h264: move some shared code from h264dec to h264_parse
Diffstat (limited to 'tests')
-rw-r--r--tests/checkasm/h264dsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/checkasm/h264dsp.c b/tests/checkasm/h264dsp.c
index 7392452957..3c95f9d74d 100644
--- a/tests/checkasm/h264dsp.c
+++ b/tests/checkasm/h264dsp.c
@@ -23,6 +23,7 @@
#include "libavcodec/avcodec.h"
#include "libavcodec/h264dsp.h"
#include "libavcodec/h264data.h"
+#include "libavcodec/h264_parse.h"
#include "libavutil/common.h"
#include "libavutil/internal.h"
#include "libavutil/intreadwrite.h"