avcodec/libxevd: Reindent after the previous commit

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
release/7.0
Andreas Rheinhardt 9 months ago
parent cb9fb80c7f
commit c4dceb8354
  1. 2
      libavcodec/libxevd.c

@ -255,9 +255,9 @@ static av_cold int libxevd_init(AVCodecContext *avctx)
static int libxevd_return_frame(AVCodecContext *avctx, AVFrame *frame,
XEVD_IMGB *imgb, AVPacket **pkt_au)
{
AVPacket *pkt_au_imgb = (AVPacket*)imgb->pdata[0];
int ret;
AVPacket* pkt_au_imgb = (AVPacket*)imgb->pdata[0];
if (!pkt_au_imgb) {
av_log(avctx, AV_LOG_ERROR, "Invalid data needed to fill frame properties\n");

Loading…
Cancel
Save