mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-20 22:10:07 +01:00
lavc: reindent after previous commit
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user