[FFmpeg-devel] [PATCH 1/3] lavc: add ATRAC9 ID and description

Moritz Barsnick barsnick at gmx.net
Mon Jul 2 16:21:45 EEST 2018


On Sat, Jun 30, 2018 at 08:44:50 +0100, Rostislav Pehlivanov wrote:
> ---
>  libavcodec/avcodec.h    | 1 +
>  libavcodec/codec_desc.c | 7 +++++++
>  libavcodec/version.h    | 2 +-
>  3 files changed, 9 insertions(+), 1 deletion(-)
> 
> diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
> index c90166deb6..f85af3f15d 100644
> --- a/libavcodec/avcodec.h
> +++ b/libavcodec/avcodec.h
> @@ -637,6 +637,7 @@ enum AVCodecID {
>      AV_CODEC_ID_APTX,
>      AV_CODEC_ID_APTX_HD,
>      AV_CODEC_ID_SBC,
> +    AV_CODEC_ID_ATRAC9,
>  
[...]

Do you need to add a note to doc/APIchanges?

Cheers,
Moritz


More information about the ffmpeg-devel mailing list