avcodec/h264: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2013-12-28 18:19:46 +01:00
parent af228a9f9f
commit 6ea05ef278
2 changed files with 0 additions and 5 deletions

View File

@@ -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;