Re: [FFmpeg-devel] [PATCH 1/3] cbs_av1: Fix header writing when already aligned

2018-11-05 Thread James Almer
On 11/5/2018 11:12 AM, Mark Thompson wrote: > On 05/11/18 13:14, James Almer wrote: >> On 11/4/2018 9:10 PM, Mark Thompson wrote: >>> --- >>> Previously it lost the trailing bits byte but did include it in the OBU >>> size, completely breaking the stream. >>> >>> >>> libavcodec/cbs_av1.c | 2 +-

Re: [FFmpeg-devel] [PATCH 1/3] cbs_av1: Fix header writing when already aligned

2018-11-05 Thread Mark Thompson
On 05/11/18 13:14, James Almer wrote: > On 11/4/2018 9:10 PM, Mark Thompson wrote: >> --- >> Previously it lost the trailing bits byte but did include it in the OBU >> size, completely breaking the stream. >> >> >> libavcodec/cbs_av1.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >>

Re: [FFmpeg-devel] [PATCH 1/3] cbs_av1: Fix header writing when already aligned

2018-11-05 Thread James Almer
On 11/4/2018 9:10 PM, Mark Thompson wrote: > --- > Previously it lost the trailing bits byte but did include it in the OBU size, > completely breaking the stream. > > > libavcodec/cbs_av1.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/cbs_av1.c

[FFmpeg-devel] [PATCH 1/3] cbs_av1: Fix header writing when already aligned

2018-11-04 Thread Mark Thompson
--- Previously it lost the trailing bits byte but did include it in the OBU size, completely breaking the stream. libavcodec/cbs_av1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/cbs_av1.c b/libavcodec/cbs_av1.c index 9bac9dde09..1c49d90f51 100644 ---