diff options
author | Jun Zhao <jun.zhao@intel.com> | 2018-02-23 15:02:29 +0800 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2018-02-24 04:50:55 +0100 |
commit | b141902872bbe5d9389ee9f4fddbb87698c86689 (patch) | |
tree | 33cc17c346d52eadb9f180e158940a603963cfab | |
parent | 9482ec1b203e4cf51d7f60c85d261cc13f9a9d2f (diff) | |
download | ffmpeg-b141902872bbe5d9389ee9f4fddbb87698c86689.tar.gz |
doc/bitstream_filters: documents delete_filler option.
documents delete_filler option for bsf h264_metadata.
Signed-off-by: Jun Zhao <jun.zhao@intel.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | doc/bitstream_filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi index 5efb8e0ee8..cfd81fa12d 100644 --- a/doc/bitstream_filters.texi +++ b/doc/bitstream_filters.texi @@ -153,6 +153,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 |