summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-01-09 23:08:49 +0000
committerMark Thompson <sw@jkqxz.net>2017-04-02 19:05:43 +0100
commit34e051d16850701694410a0e72e0e4ff3a5ec293 (patch)
tree1cd72348753ae4c77eee14ca2b8d6f8ec2fa7292 /doc
parent0cf949a01193dcf6f83fd95d46792dd94479b4e4 (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.
Diffstat (limited to 'doc')
-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 ddadd7653e..64f91f4b54 100644
--- a/doc/bitstream_filters.texi
+++ b/doc/bitstream_filters.texi
@@ -103,4 +103,9 @@ Combine VP9 frames into superframes.
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