summaryrefslogtreecommitdiff
path: root/libavcodec/dvdsubdec.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-08-25 02:31:18 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-08-27 14:14:57 +0200
commit5714cf1b5bf520192ddfde4115f3c447a86ba061 (patch)
tree047fc77da3107d4095f70343f3ca2c1ff9bbb913 /libavcodec/dvdsubdec.c
parentd1a5ef406946d7a9b9abbe3c8373d258a69deedf (diff)
downloadffmpeg-5714cf1b5bf520192ddfde4115f3c447a86ba061.tar.gz
avcodec/internal: Move ff_dvdsub_parse_palette() to new header dvdsub.h
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/dvdsubdec.c')
-rw-r--r--libavcodec/dvdsubdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dvdsubdec.c b/libavcodec/dvdsubdec.c
index 4b692c093f..3338cd6b92 100644
--- a/libavcodec/dvdsubdec.c
+++ b/libavcodec/dvdsubdec.c
@@ -22,8 +22,8 @@
#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
+#include "dvdsub.h"
#include "get_bits.h"
-#include "internal.h"
#include "libavutil/attributes.h"
#include "libavutil/colorspace.h"