diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2021-03-04 14:22:31 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2021-03-29 22:19:39 +0200 |
commit | 7b4510d2a875f666ed6d990f03331a3c60aca53f (patch) | |
tree | df87c80203a148506347eabf7888cf24862df7c0 /doc/decoders.texi | |
parent | 46c4f393074916a023c1cac2436b19491847622f (diff) | |
download | ffmpeg-7b4510d2a875f666ed6d990f03331a3c60aca53f.tar.gz |
avcodec/dvbsubdec: Support computing clut only once
This avoids crafted files from consuming excessive resources recomputing the clut after each pixel change
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/decoders.texi')
-rw-r--r-- | doc/decoders.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi index 27c6ba4a5d..1a2087d397 100644 --- a/doc/decoders.texi +++ b/doc/decoders.texi @@ -293,6 +293,8 @@ Enabled by default. @table @option @item compute_clut @table @option +@item -2 +Compute clut once if no matching CLUT is in the stream. @item -1 Compute clut if no matching CLUT is in the stream. @item 0 |