[FFmpeg-devel] [PATCH v3 08/14] vvcdec: add inv transform 1d
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Sun Oct 15 12:49:24 EEST 2023
Nuo Mi:
> ---
> libavcodec/vvc/Makefile | 3 +-
> libavcodec/vvc/vvc_itx_1d.c | 713 ++++++++++++++++++++++++++++++++++++
> libavcodec/vvc/vvc_itx_1d.h | 52 +++
> 3 files changed, 767 insertions(+), 1 deletion(-)
> create mode 100644 libavcodec/vvc/vvc_itx_1d.c
> create mode 100644 libavcodec/vvc/vvc_itx_1d.h
>
> diff --git a/libavcodec/vvc/Makefile b/libavcodec/vvc/Makefile
> index 573964ee67..25428c0ee2 100644
> --- a/libavcodec/vvc/Makefile
> +++ b/libavcodec/vvc/Makefile
> @@ -6,6 +6,7 @@ OBJS-$(CONFIG_VVC_DECODER) += vvc/vvcdec.o \
> vvc/vvc_ctu.o \
> vvc/vvc_data.o \
> vvc/vvc_inter.o \
> + vvc/vvc_itx_1d.o \
> vvc/vvc_mvs.o \
> vvc/vvc_ps.o \
> - vvc/vvc_refs.o
> + vvc/vvc_refs.o
> \ No newline at end of file
You should add all those missing newlines to all files that need them.
- Andreas
More information about the ffmpeg-devel
mailing list