]> git.sesse.net Git - ffmpeg/commit
avcodec/cbs_av1: add an option to select an operating point
authorJames Almer <jamrial@gmail.com>
Sun, 15 Nov 2020 21:55:40 +0000 (18:55 -0300)
committerJames Almer <jamrial@gmail.com>
Mon, 4 Jan 2021 19:28:29 +0000 (16:28 -0300)
commitf951d475635c02e5448afc7665dba24d2ccea533
treeaf8b07c384426f285eb3ac0d4e791e3e075e3b63
parent3b8400c221983c9b1c894532d275af03144f8834
avcodec/cbs_av1: add an option to select an operating point

This implements the function drop_obu() as defined in Setion 6.2.1 from the
spec.
In a reading only scenario, units that belong to an operating point the
caller doesn't want should not be parsed.

Signed-off-by: James Almer <jamrial@gmail.com>
libavcodec/cbs_av1.c
libavcodec/cbs_av1.h