]> git.sesse.net Git - ffmpeg/commit
avcodec/dvbsubdec: Support computing clut only once
authorMichael Niedermayer <michael@niedermayer.cc>
Thu, 4 Mar 2021 13:22:31 +0000 (14:22 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Mon, 29 Mar 2021 20:19:39 +0000 (22:19 +0200)
commit7b4510d2a875f666ed6d990f03331a3c60aca53f
treedf87c80203a148506347eabf7888cf24862df7c0
parent46c4f393074916a023c1cac2436b19491847622f
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>
doc/decoders.texi
libavcodec/dvbsubdec.c