mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-23 19:49:56 +00:00
avcodec/utvideo: Remove unused array
Unused since 3594788b71
.
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
341914495e
commit
5f5f0b06cf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user