[FFmpeg-cvslog] h264: remove unused variable
Michael Niedermayer
git at videolan.org
Thu Mar 21 13:23:56 CET 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Mar 21 13:17:55 2013 +0100| [f3980b75f82b83217260c50e71db8606390a2340] | committer: Michael Niedermayer
h264: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f3980b75f82b83217260c50e71db8606390a2340
---
libavcodec/h264.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 529aa59..22ea570 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);
More information about the ffmpeg-cvslog
mailing list