aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/internal.h
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/internal.h
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/internal.h')
-rw-r--r--libavcodec/internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h
index 0065ccec8c..e2a914c271 100644
--- a/libavcodec/internal.h
+++ b/libavcodec/internal.h
@@ -243,6 +243,4 @@ int64_t ff_guess_coded_bitrate(AVCodecContext *avctx);
int ff_int_from_list_or_default(void *ctx, const char * val_name, int val,
const int * array_valid_values, int default_value);
-void ff_dvdsub_parse_palette(uint32_t *palette, const char *p);
-
#endif /* AVCODEC_INTERNAL_H */