[FFmpeg-devel] [PATCH v23 01/10] avcodec/evc: MPEG-5 EVC codec registration

James Almer jamrial at gmail.com
Mon May 29 15:44:19 EEST 2023


On 5/26/2023 7:30 AM, Dawid Kozinski wrote:
> Added prerequisites that must be met before providing support for the MPEG-5 EVC codec
> - Added new entry to codec IDs list
> - Added new entry to the codec descriptor list
> - Bumped libavcodec minor version
> - Added profiles for EVC codec
> 
> Signed-off-by: Dawid Kozinski <d.kozinski at samsung.com>
> ---
>   libavcodec/avcodec.h    | 3 +++
>   libavcodec/codec_desc.c | 8 ++++++++
>   libavcodec/codec_id.h   | 1 +
>   libavcodec/profiles.c   | 6 ++++++
>   libavcodec/profiles.h   | 1 +
>   libavcodec/version.h    | 2 +-
>   6 files changed, 20 insertions(+), 1 deletion(-)

I'll apply this to reduce the amount of patches you need to resend.


More information about the ffmpeg-devel mailing list