aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h2645_parse.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2024-05-29 09:50:48 +0200
committerAnton Khirnov <anton@khirnov.net>2024-06-04 11:46:27 +0200
commite4601cc3390eec6ccbfc1139bdd102b4e801ae80 (patch)
tree3f31fad838457e80f3f922bc597ea85ab2c81319 /libavcodec/h2645_parse.c
parentba56a300a94bdf5520ac1324a8e7fbaeea430904 (diff)
downloadffmpeg-e4601cc3390eec6ccbfc1139bdd102b4e801ae80.tar.gz
lavc/hevc*: move to hevc/ subdir
Diffstat (limited to 'libavcodec/h2645_parse.c')
-rw-r--r--libavcodec/h2645_parse.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/h2645_parse.c b/libavcodec/h2645_parse.c
index 9f66f079c2..2341f0e0a7 100644
--- a/libavcodec/h2645_parse.c
+++ b/libavcodec/h2645_parse.c
@@ -27,11 +27,12 @@
#include "libavutil/mem.h"
#include "bytestream.h"
-#include "hevc.h"
#include "h264.h"
#include "h2645_parse.h"
#include "vvc.h"
+#include "hevc/hevc.h"
+
int ff_h2645_extract_rbsp(const uint8_t *src, int length,
H2645RBSP *rbsp, H2645NAL *nal, int small_padding)
{