avcodec/smcenc: remove useless cast
This commit is contained in:
parent
fd9bafc85e
commit
9c9f48e7f2
@ -583,7 +583,7 @@ static int smc_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
|
||||
|
||||
static int smc_encode_end(AVCodecContext *avctx)
|
||||
{
|
||||
SMCContext *s = (SMCContext *)avctx->priv_data;
|
||||
SMCContext *s = avctx->priv_data;
|
||||
|
||||
av_frame_free(&s->prev_frame);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user