1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-29 05:57:37 +02:00

avformat/movenccenc: add support for CENC AV1 encryption

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2025-03-19 20:59:49 -03:00
parent 5631704d83
commit 08e334e462
10 changed files with 298 additions and 7 deletions

5
libavformat/cbs_av1.c Normal file
View File

@@ -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"