You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
h264: Remove an unused variable
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -4702,7 +4702,6 @@ av_cold void ff_h264_free_context(H264Context *h)
|
|||||||
static av_cold int h264_decode_end(AVCodecContext *avctx)
|
static av_cold int h264_decode_end(AVCodecContext *avctx)
|
||||||
{
|
{
|
||||||
H264Context *h = avctx->priv_data;
|
H264Context *h = avctx->priv_data;
|
||||||
int i;
|
|
||||||
|
|
||||||
ff_h264_free_context(h);
|
ff_h264_free_context(h);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user