Module: libav
Branch: master
Commit: ccd349e555d80b1a91fde9be9e53cf0c1e41fb2a

Author:    Martin Storsjö <[email protected]>
Committer: Martin Storsjö <[email protected]>
Date:      Mon Mar 25 14:27:30 2013 +0200

h264: Remove an unused variable

Signed-off-by: Martin Storsjö <[email protected]>

---

 libavcodec/h264.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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);
 

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to