mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-18 12:56:56 +00:00
lavc/libkvazaar: indent the code
indent the code to follow FFmpeg's coding style Signed-off-by: Jun Zhao <mypopydev@gmail.com>
This commit is contained in:
parent
59deae5d1c
commit
3f08ed3920
@ -233,8 +233,7 @@ static int libkvazaar_encode(AVCodecContext *avctx,
|
|||||||
av_log(avctx, AV_LOG_ERROR, "Failed to encode frame.\n");
|
av_log(avctx, AV_LOG_ERROR, "Failed to encode frame.\n");
|
||||||
retval = AVERROR_INVALIDDATA;
|
retval = AVERROR_INVALIDDATA;
|
||||||
goto done;
|
goto done;
|
||||||
}
|
} else
|
||||||
else
|
|
||||||
retval = 0; /* kvazaar returns 1 on success */
|
retval = 0; /* kvazaar returns 1 on success */
|
||||||
|
|
||||||
if (data_out) {
|
if (data_out) {
|
||||||
|
Loading…
Reference in New Issue
Block a user