diff options
author | Mark Thompson <sw@jkqxz.net> | 2017-05-04 23:03:03 +0100 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2017-08-20 13:59:17 +0100 |
commit | 2bc9ba8d3c41f3a8e56484bd67b05040c7909a01 (patch) | |
tree | ad36ef5c3031d186127ae114bebccbc045c376de /doc | |
parent | 768eb9182e94a94bc2ef46f565a0dac7afef3b57 (diff) | |
download | ffmpeg-2bc9ba8d3c41f3a8e56484bd67b05040c7909a01.tar.gz |
lavc: Add coded bitstream read/write support for MPEG-2
Also enable MPEG-2 support in the trace_headers filter.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bitstream_filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi index 21371ea9a6..cacc0fc4a3 100644 --- a/doc/bitstream_filters.texi +++ b/doc/bitstream_filters.texi @@ -227,7 +227,7 @@ 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. +Supports H.264, H.265 and MPEG-2. @section vp9_superframe |