diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-06-14 18:55:27 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-19 14:28:01 +0200 |
commit | 08c5859f17ed6c16d7e59ea63c63d85cc0d9427f (patch) | |
tree | dbfe97e41d3867a5330454ee112eadd747f2fcbd /doc/codecs.texi | |
parent | 4c9ee1590febe38e3e4f5fd73bd34300d1e9ec6c (diff) | |
download | ffmpeg-08c5859f17ed6c16d7e59ea63c63d85cc0d9427f.tar.gz |
avcodec: add simpleauto idct
This will pick the "best" simple idct compatible idct
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/codecs.texi')
-rw-r--r-- | doc/codecs.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi index b5255cbdc4..e1a244d6ad 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -394,6 +394,9 @@ Possible values: @item simplemmx +@item simpleauto +Automatically pick a IDCT compatible with the simple one + @item arm @item altivec |