Re: [libav-devel] [PATCH 06/14] lavc: Add coded bitstream read/write support for H.265

2017-05-15 Thread Mark Thompson
On 15/05/17 14:34, James Almer wrote: > On 5/14/2017 6:24 PM, Mark Thompson wrote: >> +static int FUNC(vui_parameters)(CodedBitstreamContext *ctx, RWContext *rw, >> +H265RawVUI *current) >> +{ >> +CodedBitstreamH265Context *h265 = ctx->priv_data; >> +const

Re: [libav-devel] [PATCH 06/14] lavc: Add coded bitstream read/write support for H.265

2017-05-15 Thread James Almer
On 5/14/2017 6:24 PM, Mark Thompson wrote: > +static int FUNC(vui_parameters)(CodedBitstreamContext *ctx, RWContext *rw, > +H265RawVUI *current) > +{ > +CodedBitstreamH265Context *h265 = ctx->priv_data; > +const H265RawSPS *sps = h265->active_sps; As i

[libav-devel] [PATCH 06/14] lavc: Add coded bitstream read/write support for H.265

2017-05-14 Thread Mark Thompson
--- libavcodec/cbs.c |1 + libavcodec/cbs_h2645.c | 463 - libavcodec/cbs_h265.h| 557 libavcodec/cbs_h265_syntax.c | 1484 ++ libavcodec/cbs_internal.h|1 + 5 files changed, 2504