]> git.sesse.net Git - ffmpeg/blobdiff - doc/bitstream_filters.texi
Merge commit '1783d7ec03d730c5bd96c07bc5fa7aa566f85c66'
[ffmpeg] / doc / bitstream_filters.texi
index 947c31dae84e417dbfabb2a7666cc5529423a9b4..d394a12db1151faecc774f54818c72aa0a50fb1c 100644 (file)
@@ -234,6 +234,9 @@ ffmpeg -i INPUT -c copy -bsf noise[=1] output.mkv
 @end example
 applies the modification to every byte.
 
+@section null
+This bitstream filter passes the packets through unchanged.
+
 @section remove_extra
 
 Remove extradata from packets.
@@ -270,4 +273,8 @@ Merge VP9 invisible (alt-ref) frames back into VP9 superframes. This
 fixes merging of split/segmented VP9 streams where the alt-ref frame
 was split from its visible counterpart.
 
+@section vp9_superframe_split
+
+Split VP9 superframes into single frames.
+
 @c man end BITSTREAM FILTERS