[FFmpeg-devel] [PATCH] [Code format dependent] : [Adjust the format of code blocks]
Thilo Borgmann
thilo.borgmann at mail.de
Fri Feb 19 19:51:15 EET 2021
Hi,
Am 19.02.21 um 13:43 schrieb houlei at uniontech.com:
> From: Hou Lei <houlei at uniontech.com>
>
> Signed-off-by: Hou Lei <houlei at uniontech.com>
> ---
> fftools/ffmpeg.c | 8 ++++----
> libavcodec/h264_loopfilter.c | 22 ++++++++--------------
> 2 files changed, 12 insertions(+), 18 deletions(-)
>
> diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c
> index add5a3e505..ed20bd3a25 100644
> --- a/fftools/ffmpeg.c
> +++ b/fftools/ffmpeg.c
> [...]
> if( edge & mask_edge ) {
while you're on it, you might get these right, too.
"if (cond) {"
removing exta " " in (), too.
LGTM otherwise.
Thanks,
Thilo
More information about the ffmpeg-devel
mailing list