Re: [libav-devel] [PATCH 07/14] lavc: Add hevc_metadata bitstream filter

2017-08-12 Thread Diego Biurrun
On Fri, Aug 11, 2017 at 12:37:02AM +0100, Mark Thompson wrote: > --- /dev/null > +++ b/libavcodec/h265_metadata_bsf.c > @@ -0,0 +1,458 @@ > + > +typedef struct H265MetadataContext { > +const AVClass *class; Unused, the same as with H.264? Diego ___

[libav-devel] [PATCH 07/14] lavc: Add hevc_metadata bitstream filter

2017-08-10 Thread Mark Thompson
This is able to modify some header metadata found in the VPS/SPS/VUI, and can also add/remove AUDs. --- Crop unit has been changed to pixels rather than the subsample units used in the stream. Fixed updating the VPS in extradata and some failure cases. configure | 1 +