From 9567abf90857ed1401cf041079635c0f688865cc Mon Sep 17 00:00:00 2001 From: Jun Zhao <[email protected]> Date: Fri, 23 Feb 2018 15:02:29 +0800 Subject: [PATCH 2/2] doc/bitstream_filters: documents delete_filler option.
documents delete_filler option for bsf h264_metadata. Signed-off-by: Jun Zhao <[email protected]> --- doc/bitstream_filters.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi index 9c7d86eb39..3697e1af8f 100644 --- a/doc/bitstream_filters.texi +++ b/doc/bitstream_filters.texi @@ -154,6 +154,9 @@ possibly separated by hyphens, and the string can be anything. For example, @samp{086f3693-b7b3-4f2c-9653-21492feee5b8+hello} will insert the string ``hello'' associated with the given UUID. +@item delete_filler +Deletes both filler NAL units and filler SEI messages. + @end table @section h264_mp4toannexb -- 2.14.1
_______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
