summaryrefslogtreecommitdiff
path: root/libavformat/av1.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/av1.c')
-rw-r--r--libavformat/av1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/av1.c b/libavformat/av1.c
index bf77fd2932..aa11bde573 100644
--- a/libavformat/av1.c
+++ b/libavformat/av1.c
@@ -43,6 +43,7 @@ int ff_av1_filter_obus(AVIOContext *pb, const uint8_t *buf, int size)
switch (type) {
case AV1_OBU_TEMPORAL_DELIMITER:
case AV1_OBU_REDUNDANT_FRAME_HEADER:
+ case AV1_OBU_TILE_LIST:
case AV1_OBU_PADDING:
break;
default: