Re: [FFmpeg-devel] [PATCH 1/4] avcodec/cbs_h265: fix writing extension_data bits

2020-04-29 Thread James Almer
On 4/20/2020 6:45 PM, James Almer wrote: > We only care about the right most bit. > > Signed-off-by: James Almer > --- > Fixes handling files like > https://trac.ffmpeg.org/attachment/ticket/7965/puppets_with_alpha_hevc.mov > Without this patch, parsing works but passing the VPS through > hevc_m

[FFmpeg-devel] [PATCH 1/4] avcodec/cbs_h265: fix writing extension_data bits

2020-04-20 Thread James Almer
We only care about the right most bit. Signed-off-by: James Almer --- Fixes handling files like https://trac.ffmpeg.org/attachment/ticket/7965/puppets_with_alpha_hevc.mov Without this patch, parsing works but passing the VPS through hevc_metadata_bsf when writing fails. libavcodec/cbs_h265_synt