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.c | |
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.c')
-rw-r--r-- | libavcodec/h264.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 90c4ca8031..9dc909566a 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -1213,9 +1213,6 @@ static void free_tables(H264Context *h, int free_rbsp) av_freep(&h->mb2b_xy); av_freep(&h->mb2br_xy); - for (i = 0; i < 3; i++) - av_freep(&h->visualization_buffer[i]); - av_buffer_pool_uninit(&h->qscale_table_pool); av_buffer_pool_uninit(&h->mb_type_pool); av_buffer_pool_uninit(&h->motion_val_pool); |