[FFmpeg-cvslog] h264: Remove an unused variable

Martin Storsjö git at videolan.org
Tue Mar 26 13:19:05 CET 2013


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Mon Mar 25 14:27:30 2013 +0200| [ccd349e555d80b1a91fde9be9e53cf0c1e41fb2a] | committer: Martin Storsjö

h264: Remove an unused variable

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ccd349e555d80b1a91fde9be9e53cf0c1e41fb2a
---

 libavcodec/h264.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 04ceab5..b9cc9ce 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -4702,7 +4702,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_free_context(h);
 



More information about the ffmpeg-cvslog mailing list