Skip to content
Snippets Groups Projects
Commit 3b5945b1 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

avcodec/prosumer: Remove unused table element

parent 52b909b5
No related branches found
No related tags found
No related merge requests found
...@@ -274,7 +274,6 @@ static const uint16_t table[] = { ...@@ -274,7 +274,6 @@ static const uint16_t table[] = {
0x8022, 0xDAC, 0x8023, 0xDAD, 0x8024, 0xDAE, 0x8025, 0xDAF, 0x8026, 0xDB0, 0x8022, 0xDAC, 0x8023, 0xDAD, 0x8024, 0xDAE, 0x8025, 0xDAF, 0x8026, 0xDB0,
0x8027, 0xDB1, 0x8028, 0xDB2, 0x8029, 0xDB3, 0x802A, 0xDB4, 0x802B, 0xDB5, 0x8027, 0xDB1, 0x8028, 0xDB2, 0x8029, 0xDB3, 0x802A, 0xDB4, 0x802B, 0xDB5,
0x802C, 0xDB6, 0x802D, 0xDB7, 0x802E, 0xDB8, 0x802F, 0xDB9, 0x80FF, 0xDBA, 0x802C, 0xDB6, 0x802D, 0xDB7, 0x802E, 0xDB8, 0x802F, 0xDB9, 0x80FF, 0xDBA,
0x0001
}; };
static void fill_elements(uint32_t idx, uint32_t shift, uint32_t *e0, uint32_t *e1) static void fill_elements(uint32_t idx, uint32_t shift, uint32_t *e0, uint32_t *e1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment