aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/cbs_av1.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2025-03-19 20:59:49 -0300
committerJames Almer <jamrial@gmail.com>2025-03-25 20:59:18 -0300
commit08e334e462c6337478c164da84cd7be718d285b9 (patch)
tree3b9e54c12d860a070b4de59c7458b52374fe379e /libavformat/cbs_av1.c
parent5631704d83aba75c2c8b836515dd608115aa194a (diff)
downloadffmpeg-08e334e462c6337478c164da84cd7be718d285b9.tar.gz
avformat/movenccenc: add support for CENC AV1 encryption
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/cbs_av1.c')
-rw-r--r--libavformat/cbs_av1.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavformat/cbs_av1.c b/libavformat/cbs_av1.c
new file mode 100644
index 0000000000..3061832967
--- /dev/null
+++ b/libavformat/cbs_av1.c
@@ -0,0 +1,5 @@
+#define CBS_AV1_OBU_TILE_LIST 0
+#define CBS_AV1_OBU_METADATA 0
+#define CBS_AV1_OBU_PADDING 0
+#include "cbs.h"
+#include "libavcodec/cbs_av1.c"