Re: [FFmpeg-devel] [PATCH 2/3] cbs_av1: Support redundant frame headers

2018-11-04 Thread James Almer
On 11/4/2018 9:10 PM, Mark Thompson wrote: > --- > Includes support for using them when the normal frame header as been lost > (try "-bsf:v filter_units=remove_types=3"). > > > libavcodec/cbs_av1.c | 8 +++- > libavcodec/cbs_av1.h | 2 + >

[FFmpeg-devel] [PATCH 2/3] cbs_av1: Support redundant frame headers

2018-11-04 Thread Mark Thompson
--- Includes support for using them when the normal frame header as been lost (try "-bsf:v filter_units=remove_types=3"). libavcodec/cbs_av1.c | 8 +++- libavcodec/cbs_av1.h | 2 + libavcodec/cbs_av1_syntax_template.c | 64 +--- 3 files