diff options
author | sfan5 <sfan5@live.de> | 2017-11-30 23:58:02 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-12-04 19:05:36 +0100 |
commit | 942eafcf08c440eb23f08c10bd7b56d1c27fd21c (patch) | |
tree | 571f755a101f8cf9b96b3520ad912f57c1104bd0 /doc | |
parent | d67c1dda403288bcfd30b5d4a0412582728c2c79 (diff) | |
download | ffmpeg-streaming-942eafcf08c440eb23f08c10bd7b56d1c27fd21c.zip ffmpeg-streaming-942eafcf08c440eb23f08c10bd7b56d1c27fd21c.tar.gz |
libavcodec/hevc_filter: support for all skip_loop_filter levels.
Continues where commit 52c75d486ed5f75cbb79e5dbd07b7aef24f3071f left off.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/decoders.texi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi index d149d2b..a9510bd 100644 --- a/doc/decoders.texi +++ b/doc/decoders.texi @@ -25,13 +25,6 @@ enabled decoders. A description of some of the currently available video decoders follows. -@section hevc - -HEVC / H.265 decoder. - -Note: the @option{skip_loop_filter} option has effect only at level -@code{all}. - @section rawvideo Raw video decoder. |