On Fri, 23 Jan 2015 04:42:22 +0100
Michael Niedermayer <michae...@gmx.at> wrote:

> diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
> index 99467bb..6a0fb5b 100644
> --- a/libavcodec/avcodec.h
> +++ b/libavcodec/avcodec.h
> @@ -503,11 +503,13 @@ enum AVCodecID {
>      AV_CODEC_ID_SSA,
>      AV_CODEC_ID_MOV_TEXT,
>      AV_CODEC_ID_HDMV_PGS_SUBTITLE,
> -    AV_CODEC_ID_DVB_TELETEXT,
> +    AV_CODEC_ID_DVB_VBI,

Breaks everything, including API and ABI. I guess that's why the patch
is "WIP"?

Also, taking a brief look, it would probably good to replace these
many pages of code for charset conversion switch()es with tables.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to