mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec/evc_decoder: Provided support for EVC decoder
- Added EVC decoder wrapper - Changes in project configuration file and libavcodec Makefile - Added documentation for xevd wrapper Signed-off-by: Dawid Kozinski <d.kozinski@samsung.com> Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
c59a96fd08
commit
cfe2947887
6 changed files with 579 additions and 3 deletions
|
|
@ -822,6 +822,7 @@ extern LIBX264_CONST FFCodec ff_libx264_encoder;
|
|||
extern const FFCodec ff_libx264rgb_encoder;
|
||||
extern FFCodec ff_libx265_encoder;
|
||||
extern const FFCodec ff_libxeve_encoder;
|
||||
extern const FFCodec ff_libxevd_decoder;
|
||||
extern const FFCodec ff_libxavs_encoder;
|
||||
extern const FFCodec ff_libxavs2_encoder;
|
||||
extern const FFCodec ff_libxvid_encoder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue