mirror of https://git.ffmpeg.org/ffmpeg.git
dnxhdenc: remove unused variable from context
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
f129f593f7
commit
a1be5bc79d
|
@ -84,8 +84,6 @@ typedef struct DNXHDEncContext {
|
|||
unsigned qscale;
|
||||
unsigned lambda;
|
||||
|
||||
unsigned thread_size;
|
||||
|
||||
uint16_t *mb_bits;
|
||||
uint8_t *mb_qscale;
|
||||
|
||||
|
|
Loading…
Reference in New Issue