avcodec/smcenc: remove useless cast

pull/390/head
Paul B Mahol 1 year ago
parent fd9bafc85e
commit 9c9f48e7f2
  1. 2
      libavcodec/smcenc.c

@ -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…
Cancel
Save