summaryrefslogtreecommitdiff
path: root/tests/checkasm/h264dsp.c
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-24 20:12:18 +0100
commit08437fc5b1daaad1249bf9e816f2d300fb407b70 (patch)
treee8641af98ecfb0371b3977a3345d41dda2fc548b /tests/checkasm/h264dsp.c
parent8e208e0178bebb2403df6d2e1e0995fb0720f366 (diff)
lavc/h264: move some shared code from h264dec to h264_parse
Diffstat (limited to 'tests/checkasm/h264dsp.c')
-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"