summaryrefslogtreecommitdiff
path: root/doc/bitstream_filters.texi
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-01-09 23:08:49 +0000
committerMark Thompson <sw@jkqxz.net>2017-06-24 17:41:30 +0100
commit49419925d33304ff907075289808226a695ff57b (patch)
treea3758e8313a36b37d55cbee60f937ddb177aefb2 /doc/bitstream_filters.texi
parentbc4e33ce0f0ea797b28d02d02ff29778cbf975a4 (diff)
vp9: Add bsf to fix reordering in raw streams
Takes a raw input stream containing frames with correct timestamps but possibly out of order and inserts additional show-existing-frame packets to correct the ordering. (cherry picked from commit 34e051d16850701694410a0e72e0e4ff3a5ec293) (cherry picked from commit b43b95f4789b6e60f9684918fd3c0a5f3f18aef6) Also converted from bitstream to get_bits.
Diffstat (limited to 'doc/bitstream_filters.texi')
-rw-r--r--doc/bitstream_filters.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi
index d394a12db1..926610ca7b 100644
--- a/doc/bitstream_filters.texi
+++ b/doc/bitstream_filters.texi
@@ -277,4 +277,9 @@ was split from its visible counterpart.
Split VP9 superframes into single frames.
+@section vp9_raw_reorder
+
+Given a VP9 stream with correct timestamps but possibly out of order,
+insert additional show-existing-frame packets to correct the ordering.
+
@c man end BITSTREAM FILTERS