lavc: reindent after previous commit

This commit is contained in:
Anton Khirnov
2023-06-20 12:53:48 +02:00
parent 6ff27024b8
commit 21de4db402
2 changed files with 9 additions and 9 deletions

View File

@@ -790,8 +790,8 @@ void ff_encode_flush_buffers(AVCodecContext *avctx)
{
AVCodecInternal *avci = avctx->internal;
if (avci->in_frame)
av_frame_unref(avci->in_frame);
if (avci->recon_frame)
av_frame_unref(avci->recon_frame);
if (avci->in_frame)
av_frame_unref(avci->in_frame);
if (avci->recon_frame)
av_frame_unref(avci->recon_frame);
}