mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
6 lines
142 B
C
6 lines
142 B
C
|
|
#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"
|