summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-05-04 23:06:20 +0100
committerMark Thompson <sw@jkqxz.net>2017-08-12 22:17:20 +0100
commitf11d8a5e8b185340cc50fcbc8a1437b0fbe7e931 (patch)
tree8b310c0a7b89baf349ddbc135ae4054e87e1814f /doc
parent867381b8b51fa21fa2b8f071f508f3d39cc9c1f0 (diff)
lavc: Add trace_headers bitstream filter
Supports all streams that the coded bitstream infrastructure does (currently H.264 and H.265).
Diffstat (limited to 'doc')
-rw-r--r--doc/bitstream_filters.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi
index 64f91f4b54..119a2267af 100644
--- a/doc/bitstream_filters.texi
+++ b/doc/bitstream_filters.texi
@@ -95,6 +95,14 @@ This bitstream filter passes the packets through unchanged.
@section remove_extradata
+@section trace_headers
+
+Log trace output containing all syntax elements in the coded stream
+headers (everything above the level of individual coded blocks).
+This can be useful for debugging low-level stream issues.
+
+Supports H.264 and H.265.
+
@section vp9_superframe
Combine VP9 frames into superframes.