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 /libavcodec/allcodecs.c | |
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 'libavcodec/allcodecs.c')
-rw-r--r-- | libavcodec/allcodecs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index 93ce8e3224..ef8c3a6d7d 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -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; |