[FFmpeg-devel] [PATCH 02/10, v2] avcodec: add amfdec.
Michael Niedermayer
michael at niedermayer.cc
Thu May 2 22:55:43 EEST 2024
On Wed, May 01, 2024 at 08:38:01PM +0200, Dmitrii Ovchinnikov wrote:
> From: Evgeny Pavlov <lucenticus at gmail.com>
>
> Added AMF based h264, hevc, av1 decoders.
> Co-authored-by: Dmitrii Ovchinnikov <ovchinnikov.dmitrii at gmail.com>
> v2: added encoder reinitialisation
> ---
> libavcodec/Makefile | 7 +-
> libavcodec/allcodecs.c | 3 +
> libavcodec/amfdec.c | 719 +++++++++++++++++++++++++++++++++++++++++
> libavcodec/amfdec.h | 72 +++++
> 4 files changed, 799 insertions(+), 2 deletions(-)
> create mode 100644 libavcodec/amfdec.c
> create mode 100644 libavcodec/amfdec.h
fails to build here:
libavcodec/amfdec.c:19:10: fatal error: AMF/core/Variant.h: No such file or directory
19 | #include <AMF/core/Variant.h>
| ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [ffbuild/common.mak:81: libavcodec/amfdec.o] Error 1
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Awnsering whenever a program halts or runs forever is
On a turing machine, in general impossible (turings halting problem).
On any real computer, always possible as a real computer has a finite number
of states N, and will either halt in less than N cycles or never halt.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20240502/d6e1c4df/attachment.sig>
More information about the ffmpeg-devel
mailing list