Re: [libav-devel] [PATCH 16/16] h264_metadata: Add option to delete filler data

2018-02-18 Thread Luca Barbato
On 11/02/2018 19:14, Mark Thompson wrote: Deletes both filler NAL units and filler SEI messages. (Annex B zero_bytes between NAL units are already discarded by the read/write process.) --- libavcodec/h264_metadata_bsf.c | 43 ++ 1 file changed, 43

[libav-devel] [PATCH 16/16] h264_metadata: Add option to delete filler data

2018-02-11 Thread Mark Thompson
Deletes both filler NAL units and filler SEI messages. (Annex B zero_bytes between NAL units are already discarded by the read/write process.) --- libavcodec/h264_metadata_bsf.c | 43 ++ 1 file changed, 43 insertions(+) diff --git