]> git.sesse.net Git - ffmpeg/commitdiff
h264: Remove an unused variable
authorMartin Storsjö <martin@martin.st>
Mon, 25 Mar 2013 12:27:30 +0000 (14:27 +0200)
committerMartin Storsjö <martin@martin.st>
Mon, 25 Mar 2013 13:00:05 +0000 (15:00 +0200)
Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/h264.c

index 04ceab52286766f7f2b811a5186a380ba5d209c6..b9cc9cefa3b543551c513817921921b68109291b 100644 (file)
@@ -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);