Commit 035320a5 authored by Michael Niedermayer's avatar Michael Niedermayer

dnxhdenc: remove unneeded entries from array.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent b8bad984
...@@ -502,7 +502,7 @@ static av_always_inline void dnxhd_get_blocks(DNXHDEncContext *ctx, int mb_x, in ...@@ -502,7 +502,7 @@ static av_always_inline void dnxhd_get_blocks(DNXHDEncContext *ctx, int mb_x, in
static av_always_inline int dnxhd_switch_matrix(DNXHDEncContext *ctx, int i) static av_always_inline int dnxhd_switch_matrix(DNXHDEncContext *ctx, int i)
{ {
const static uint8_t component[8]={0,0,1,2,0,0,1,2,0,0,1,2,0,0,1,2}; const static uint8_t component[8]={0,0,1,2,0,0,1,2};
return component[i]; return component[i];
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment