mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avformat/av1dec: add low-overhead bitstream format
It's defined in Section 5.2, used by netflix. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
6a941b5691
commit
9a7bdb6d71
6 changed files with 245 additions and 24 deletions
|
|
@ -293,6 +293,7 @@ extern AVOutputFormat ff_null_muxer;
|
|||
extern AVInputFormat ff_nut_demuxer;
|
||||
extern AVOutputFormat ff_nut_muxer;
|
||||
extern AVInputFormat ff_nuv_demuxer;
|
||||
extern AVInputFormat ff_obu_demuxer;
|
||||
extern AVOutputFormat ff_oga_muxer;
|
||||
extern AVInputFormat ff_ogg_demuxer;
|
||||
extern AVOutputFormat ff_ogg_muxer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue