mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 01:02:33 +00:00
h264: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
de8049d27c
commit
f3980b75f8
@ -4941,7 +4941,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_remove_all_refs(h);
|
ff_h264_remove_all_refs(h);
|
||||||
ff_h264_free_context(h);
|
ff_h264_free_context(h);
|
||||||
|
Loading…
Reference in New Issue
Block a user