On Mon, May 22, 2023 at 1:30 AM Michael Niedermayer <mich...@niedermayer.cc> wrote:
> On Sun, May 21, 2023 at 09:03:07PM +0800, Nuo Mi wrote: > [...] > > --- /dev/null > > +++ b/libavcodec/vvc/vvcdec.c > > @@ -0,0 +1,84 @@ > > +/* > > + * VVC video decoder > > + * > > + * Copyright (C) 2021 Nuo Mi > > + * Copyright (C) 2022 Xu Mu > > + * > > + * This file is part of FFmpeg. > > + * > > + * FFmpeg is free software; you can redistribute it and/or > > + * modify it under the terms of the GNU Lesser General Public > > + * License as published by the Free Software Foundation; either > > + * version 2.1 of the License, or (at your option) any later version. > > + * > > + * FFmpeg is distributed in the hope that it will be useful, > > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > > + * Lesser General Public License for more details. > > + * > > + * You should have received a copy of the GNU Lesser General Public > > + * License along with FFmpeg; if not, write to the Free Software > > + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA > 02110-1301 USA > > + */ > > +#include "config_components.h" > > + > > +#include "libavcodec/codec_internal.h" > > +#include "libavcodec/decode.h" > > +#include "libavcodec/golomb.h" > > +#include "libavcodec/profiles.h" > > > +#include "libavcodec/vvc.h" > > This seems missing > > libavcodec/vvc/vvcdec.c:29:10: fatal error: libavcodec/vvc.h: No such file > or directory > #include "libavcodec/vvc.h" > Hi Michael, The decoder depends on vvc parser and demux in the other patch set. James and Mark still reviewing it. Please use https://github.com/ffvvc/FFmpeg/pull/79 if you want to try. thank you. > [...] > -- > Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB > > What does censorship reveal? It reveals fear. -- Julian Assange > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe". > _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".