diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-12-28 18:19:46 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-12-28 18:19:46 +0100 |
commit | 6ea05ef278b2f99fe87e4dd37900e4f1acc2b050 (patch) | |
tree | 5f0f634e97797de144febd5d88a4d713876342d8 /libavcodec/h264.h | |
parent | af228a9f9f00746615baa4fb72b71a81930c5916 (diff) | |
download | ffmpeg-6ea05ef278b2f99fe87e4dd37900e4f1acc2b050.tar.gz |
avcodec/h264: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 0d08d34013..916f1043d1 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -696,8 +696,6 @@ typedef struct H264Context { uint8_t *edge_emu_buffer; int16_t *dc_val_base; - uint8_t *visualization_buffer[3]; ///< temporary buffer vor MV visualization - AVBufferPool *qscale_table_pool; AVBufferPool *mb_type_pool; AVBufferPool *motion_val_pool; |