You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-11 14:30:22 +02:00
avcodec/v4l2_m2m_enc: reindent after previous commit
Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
This commit is contained in:
@ -296,12 +296,12 @@ static int v4l2_receive_packet(AVCodecContext *avctx, AVPacket *avpkt)
|
|||||||
goto dequeue;
|
goto dequeue;
|
||||||
|
|
||||||
if (!frame->buf[0]) {
|
if (!frame->buf[0]) {
|
||||||
ret = ff_encode_get_frame(avctx, frame);
|
ret = ff_encode_get_frame(avctx, frame);
|
||||||
if (ret < 0 && ret != AVERROR_EOF)
|
if (ret < 0 && ret != AVERROR_EOF)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
if (ret == AVERROR_EOF)
|
if (ret == AVERROR_EOF)
|
||||||
frame = NULL;
|
frame = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = v4l2_send_frame(avctx, frame);
|
ret = v4l2_send_frame(avctx, frame);
|
||||||
|
Reference in New Issue
Block a user