Commit ccd349e5 authored by Martin Storsjö's avatar Martin Storsjö

h264: Remove an unused variable

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent e5c2794a
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment