aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-25 21:33:52 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-28 11:10:35 +0200
commit945760b3479966baad226930592cc4243522ff83 (patch)
tree14580212f0424a494b6eacb7ee7b788459685c04
parent81afd4652b727a91a3b5cbd8d9778a9acc1b1cd8 (diff)
downloadffmpeg-945760b3479966baad226930592cc4243522ff83.tar.gz
avcodec/jpegxl_parser: Remove unused function
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r--libavcodec/jpegxl_parser.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/jpegxl_parser.c b/libavcodec/jpegxl_parser.c
index 6656ed35c5..d25a1b6e1d 100644
--- a/libavcodec/jpegxl_parser.c
+++ b/libavcodec/jpegxl_parser.c
@@ -223,11 +223,6 @@ static av_always_inline uint32_t jxl_u32(GetBitContext *gb,
return ret;
}
-static av_always_inline uint32_t jxl_enum(GetBitContext *gb)
-{
- return jxl_u32(gb, 0, 1, 2, 18, 0, 0, 4, 6);
-}
-
/* read a U64() */
static uint64_t jxl_u64(GetBitContext *gb)
{