You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-11 14:30:22 +02:00
@ -563,6 +563,10 @@ static av_cold int svq1_encode_end(AVCodecContext *avctx)
|
|||||||
av_freep(&s->motion_val8[i]);
|
av_freep(&s->motion_val8[i]);
|
||||||
av_freep(&s->motion_val16[i]);
|
av_freep(&s->motion_val16[i]);
|
||||||
}
|
}
|
||||||
|
if(s->current_picture.data[0])
|
||||||
|
avctx->release_buffer(avctx, &s->current_picture);
|
||||||
|
if(s->last_picture.data[0])
|
||||||
|
avctx->release_buffer(avctx, &s->last_picture);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user