From 9f60a1205852172e84825b4fc73ac472140d8c42 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Sat, 14 Feb 2026 15:23:35 -0700 Subject: [PATCH] Credit Andrew - add cstdint header to libzmpeg3.h + new format for mediacodec --- cinelerra-5.1/ffmpeg/video/av1_mediacodec.mp4 | 3 +++ cinelerra-5.1/libzmpeg3/libzmpeg3.h | 1 + 2 files changed, 4 insertions(+) create mode 100644 cinelerra-5.1/ffmpeg/video/av1_mediacodec.mp4 diff --git a/cinelerra-5.1/ffmpeg/video/av1_mediacodec.mp4 b/cinelerra-5.1/ffmpeg/video/av1_mediacodec.mp4 new file mode 100644 index 00000000..96143af5 --- /dev/null +++ b/cinelerra-5.1/ffmpeg/video/av1_mediacodec.mp4 @@ -0,0 +1,3 @@ +mp4 av1_mediacodec +cin_pix_fmt=yuv420p +pix_fmt=yuv420p diff --git a/cinelerra-5.1/libzmpeg3/libzmpeg3.h b/cinelerra-5.1/libzmpeg3/libzmpeg3.h index 8ea33b15..4efe779c 100644 --- a/cinelerra-5.1/libzmpeg3/libzmpeg3.h +++ b/cinelerra-5.1/libzmpeg3/libzmpeg3.h @@ -20,6 +20,7 @@ typedef int (*zthumbnail_cb)(void *p, int trk); typedef int (*zcc_text_cb)(int sid, int id, int sfrm, int efrm, const char *txt); #ifdef __cplusplus +#include #include #include #include -- 2.34.1