summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-01-24 18:00:09 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-26 15:23:30 +0100
commite1027aba680c4382c103fd1100cc5567a1530abc (patch)
tree1922b116b198c8915cff238272f7342bbb61c36e /libavcodec
parentd552f2535be0dd47330412e8e11e1923ca99f92f (diff)
lavc/h264data.h: stop including h264dec.h
This header does not need anything from there.
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/h264data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264data.h b/libavcodec/h264data.h
index 2968b08b7e..988352aa9a 100644
--- a/libavcodec/h264data.h
+++ b/libavcodec/h264data.h
@@ -21,7 +21,7 @@
#include <stdint.h>
-#include "h264dec.h"
+#include "h264.h"
extern const uint8_t ff_h264_golomb_to_pict_type[5];
extern const uint8_t ff_h264_golomb_to_intra4x4_cbp[48];