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:
Andreas Rheinhardt 2020-09-24 18:30:54 +02:00
parent 341914495e
commit 5f5f0b06cf
1 changed files with 0 additions and 2 deletions

View File

@ -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;