diff options
author | Connor Worley <connorbworley@gmail.com> | 2024-01-23 19:59:00 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2024-01-23 21:31:22 +0100 |
commit | dfbbd11a4b2ce947a5041afecbc081c46ce5a186 (patch) | |
tree | fe473f03f28c872dcd1ed06cbe20438f2f9769bf /doc | |
parent | 1496ce8f6bae75bd6c00c4d7628a2326b7115df6 (diff) | |
download | ffmpeg-dfbbd11a4b2ce947a5041afecbc081c46ce5a186.tar.gz |
lavc/dxvenc: add DXV encoder with support for DXT1 texture format
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general_contents.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/general_contents.texi b/doc/general_contents.texi index 8b48fed060..f269cbd1a9 100644 --- a/doc/general_contents.texi +++ b/doc/general_contents.texi @@ -670,7 +670,8 @@ library: @item Redirector @tab @tab X @item RedSpark @tab @tab X @item Renderware TeXture Dictionary @tab @tab X -@item Resolume DXV @tab @tab X +@item Resolume DXV @tab X @tab X + @tab Encoding is only supported for the DXT1 (Normal Quality, No Alpha) texture format. @item RF64 @tab @tab X @item RL2 @tab @tab X @tab Audio and video format used in some games by Entertainment Software Partners. |