[FFmpeg-cvslog] avcodec/jpegxl_parser: Remove unused function
Andreas Rheinhardt
git at videolan.org
Thu Sep 28 12:18:38 EEST 2023
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Mon Sep 25 21:33:52 2023 +0200| [945760b3479966baad226930592cc4243522ff83] | committer: Andreas Rheinhardt
avcodec/jpegxl_parser: Remove unused function
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=945760b3479966baad226930592cc4243522ff83
---
libavcodec/jpegxl_parser.c | 5 -----
1 file changed, 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)
{
More information about the ffmpeg-cvslog
mailing list