diff options
author | Mark Thompson <sw@jkqxz.net> | 2017-01-09 23:08:49 +0000 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2017-06-24 17:41:30 +0100 |
commit | 49419925d33304ff907075289808226a695ff57b (patch) | |
tree | a3758e8313a36b37d55cbee60f937ddb177aefb2 /doc | |
parent | bc4e33ce0f0ea797b28d02d02ff29778cbf975a4 (diff) | |
download | ffmpeg-49419925d33304ff907075289808226a695ff57b.tar.gz |
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')
-rw-r--r-- | doc/bitstream_filters.texi | 5 |
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 |