mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 13:30:45 +00:00
avcodec/v4l2_m2m_enc: reindent after previous commit
Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
This commit is contained in:
parent
8bc7f69cef
commit
58b8541330
@ -296,12 +296,12 @@ static int v4l2_receive_packet(AVCodecContext *avctx, AVPacket *avpkt)
|
||||
goto dequeue;
|
||||
|
||||
if (!frame->buf[0]) {
|
||||
ret = ff_encode_get_frame(avctx, frame);
|
||||
if (ret < 0 && ret != AVERROR_EOF)
|
||||
return ret;
|
||||
ret = ff_encode_get_frame(avctx, frame);
|
||||
if (ret < 0 && ret != AVERROR_EOF)
|
||||
return ret;
|
||||
|
||||
if (ret == AVERROR_EOF)
|
||||
frame = NULL;
|
||||
if (ret == AVERROR_EOF)
|
||||
frame = NULL;
|
||||
}
|
||||
|
||||
ret = v4l2_send_frame(avctx, frame);
|
||||
|
Loading…
Reference in New Issue
Block a user