On Wed, May 01, 2024 at 08:38:01PM +0200, Dmitrii Ovchinnikov wrote: > From: Evgeny Pavlov > > Added AMF based h264, hevc, av1 decoders. > Co-authored-by: Dmitrii Ovchinnikov > 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 | ^~~~~~~~~~~~~~~~~~~~ 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.