[FFmpeg-devel] [PATCH 16/25] avcodec/utvideo: Remove unused array
Andreas Rheinhardt
andreas.rheinhardt at gmail.com
Sat Sep 26 13:27:55 EEST 2020
Unused since 3594788b713e76449eda0bc9d64b38258c86a594.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
---
libavcodec/utvideo.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/libavcodec/utvideo.c b/libavcodec/utvideo.c
index b14e56e0d8..0cf0cbcd8b 100644
--- a/libavcodec/utvideo.c
+++ b/libavcodec/utvideo.c
@@ -32,8 +32,6 @@ const int ff_ut_pred_order[5] = {
};
#endif
-const int ff_ut_rgb_order[4] = { 1, 2, 0, 3 }; // G, B, R, A
-
int ff_ut_huff_cmp_len(const void *a, const void *b)
{
const HuffEntry *aa = a, *bb = b;
--
2.25.1
More information about the ffmpeg-devel
mailing list