diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-11-13 11:00:02 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-12-14 09:06:45 +0100 |
commit | 03a80925effc2698d21dc0b00290eecf42dd9e68 (patch) | |
tree | 182813973ed9225e1901cdd3eb6be7c5d4f24f1a /doc | |
parent | 8fb4210ad8785c01fccf2fc59af6a6fa2892b6b2 (diff) | |
download | ffmpeg-03a80925effc2698d21dc0b00290eecf42dd9e68.tar.gz |
lavc: add a bitstream filter for splitting VP9 superframes
Partially based on code by Ronald S. Bultje <rsbultje@gmail.com>.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bitstream_filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi index 2e13cbe180..49b8a645d0 100644 --- a/doc/bitstream_filters.texi +++ b/doc/bitstream_filters.texi @@ -95,4 +95,8 @@ This bitstream filter passes the packets through unchanged. @section remove_extradata +@section vp9_superframe_split + +Split VP9 superframes into single frames. + @c man end BITSTREAM FILTERS |