Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-03-25 16:27:30 +0400
committerMartin Storsjö <martin@martin.st>2013-03-25 17:00:05 +0400
commitccd349e555d80b1a91fde9be9e53cf0c1e41fb2a (patch)
treed329e2f4d9c840bc3a3640bf3381095de18b3c7b /libavcodec/h264.c
parente5c2794a7162e485eefd3133af5b98fd31386aeb (diff)
h264: Remove an unused variable
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r--libavcodec/h264.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 04ceab5228..b9cc9cefa3 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);