[FFmpeg-devel] [PATCH v6 01/14] vvcdec: add vvc decoder stub

Nuo Mi nuomi2021 at gmail.com
Fri Dec 8 03:01:39 EET 2023


On Fri, Dec 8, 2023 at 12:12 AM James Almer <jamrial at gmail.com> wrote:

> On 12/7/2023 1:07 PM, Anton Khirnov wrote:
> > Quoting James Almer (2023-12-06 23:50:19)
> >> On 12/5/2023 11:45 AM, Nuo Mi wrote:
> >>> ---
> >>>    configure               |   1 +
> >>>    libavcodec/Makefile     |   1 +
> >>>    libavcodec/allcodecs.c  |   1 +
> >>>    libavcodec/vvc/Makefile |   4 +
> >>>    libavcodec/vvc/vvcdec.c |  62 ++++++++++++
> >>>    libavcodec/vvc/vvcdec.h | 204
> ++++++++++++++++++++++++++++++++++++++++
> >>>    6 files changed, 273 insertions(+)
> >>>    create mode 100644 libavcodec/vvc/Makefile
> >>>    create mode 100644 libavcodec/vvc/vvcdec.c
> >>>    create mode 100644 libavcodec/vvc/vvcdec.h
> >>
> >> I'll be squashing
> >
> > why?
>
> Why do you want a commit that adds a decoder with empty callbacks?
>
> I wasn't going to squash the entire set into one commit, just this one
> with the last. But if you prefer it to go in like this, then i'll push
> as is.
>
Hi James,
It's a commit to ensure comprehensive build coverage for all subsequent
changes.
OK for squash if you prefer.

Thank you


> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
>


More information about the ffmpeg-devel mailing list