diff options
author | Jean First <jeanfirst@gmail.com> | 2011-12-14 22:48:29 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-12-14 23:17:59 +0100 |
commit | a1be5bc79d7ac4c7c7ed79c4d72b4f1945ecb55c (patch) | |
tree | 0635860ab325edaa11de77aa84fa718a29167daf /libavcodec/dnxhdenc.h | |
parent | f129f593f70e0b922558fce21fc6ad819f7fe2e2 (diff) | |
download | ffmpeg-a1be5bc79d7ac4c7c7ed79c4d72b4f1945ecb55c.tar.gz |
dnxhdenc: remove unused variable from context
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dnxhdenc.h')
-rw-r--r-- | libavcodec/dnxhdenc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/dnxhdenc.h b/libavcodec/dnxhdenc.h index 80b6f85c89..279a978cd3 100644 --- a/libavcodec/dnxhdenc.h +++ b/libavcodec/dnxhdenc.h @@ -84,8 +84,6 @@ typedef struct DNXHDEncContext { unsigned qscale; unsigned lambda; - unsigned thread_size; - uint16_t *mb_bits; uint8_t *mb_qscale; |