diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-03-21 13:17:55 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-03-21 13:17:55 +0100 |
commit | f3980b75f82b83217260c50e71db8606390a2340 (patch) | |
tree | 3580dcdb2dde1fe0cee7524fca0b94d3b65993f7 /libavcodec/h264.c | |
parent | de8049d27cc9561f6d9b999468354e068792a740 (diff) | |
download | ffmpeg-f3980b75f82b83217260c50e71db8606390a2340.tar.gz |
h264: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r-- | libavcodec/h264.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 529aa59bef..22ea57012b 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -4941,7 +4941,6 @@ av_cold void ff_h264_free_context(H264Context *h) static av_cold int h264_decode_end(AVCodecContext *avctx) { H264Context *h = avctx->priv_data; - int i; ff_h264_remove_all_refs(h); ff_h264_free_context(h); |