Re: [libav-devel] [PATCH 11/22] lavc: Add hevc_metadata bitstream filter

2017-08-10 Thread Anton Khirnov
Quoting Mark Thompson (2017-07-29 23:16:34) > This is able to modify some header metadata found in the VPS/SPS/VUI, > and can also add/remove AUDs. > --- > doc/bitstream_filters.texi | 54 ++ > libavcodec/Makefile| 2 + > libavcodec/bitstream_filters.c | 1 + >

[libav-devel] [PATCH 11/22] lavc: Add hevc_metadata bitstream filter

2017-07-29 Thread Mark Thompson
This is able to modify some header metadata found in the VPS/SPS/VUI, and can also add/remove AUDs. --- doc/bitstream_filters.texi | 54 ++ libavcodec/Makefile| 2 + libavcodec/bitstream_filters.c | 1 + libavcodec/h265_metadata_bsf.c | 429