[FFmpeg-cvslog] dnxhdenc: remove unused variable from context
Jean First
git at videolan.org
Wed Dec 14 23:20:13 CET 2011
ffmpeg | branch: master | Jean First <jeanfirst at gmail.com> | Wed Dec 14 22:48:29 2011 +0100| [a1be5bc79d7ac4c7c7ed79c4d72b4f1945ecb55c] | committer: Michael Niedermayer
dnxhdenc: remove unused variable from context
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a1be5bc79d7ac4c7c7ed79c4d72b4f1945ecb55c
---
libavcodec/dnxhdenc.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/libavcodec/dnxhdenc.h b/libavcodec/dnxhdenc.h
index 80b6f85..279a978 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;
More information about the ffmpeg-cvslog
mailing list