mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
lavc/dxvenc: add DXV encoder with support for DXT1 texture format
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
This commit is contained in:
parent
1496ce8f6b
commit
dfbbd11a4b
7 changed files with 368 additions and 2 deletions
|
|
@ -106,6 +106,7 @@ extern const FFCodec ff_dvvideo_encoder;
|
|||
extern const FFCodec ff_dvvideo_decoder;
|
||||
extern const FFCodec ff_dxa_decoder;
|
||||
extern const FFCodec ff_dxtory_decoder;
|
||||
extern const FFCodec ff_dxv_encoder;
|
||||
extern const FFCodec ff_dxv_decoder;
|
||||
extern const FFCodec ff_eacmv_decoder;
|
||||
extern const FFCodec ff_eamad_decoder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue