[FFmpeg-devel] [PATCH] cosmetics: fix swapped CAVS and AVS long codec names
Stefan Gehrer
stefan.gehrer
Tue Aug 11 22:15:18 CEST 2009
Alexander Strange wrote:
> diff --git a/libavcodec/cavsdec.c b/libavcodec/cavsdec.c
> index 458fcf2..ea42837 100644
> --- a/libavcodec/cavsdec.c
> +++ b/libavcodec/cavsdec.c
> @@ -711,5 +711,5 @@ AVCodec cavs_decoder = {
> cavs_decode_frame,
> CODEC_CAP_DR1 | CODEC_CAP_DELAY,
> .flush= cavs_flush,
> - .long_name= NULL_IF_CONFIG_SMALL("Chinese AVS video (AVS1-P2,
JiZhun profile)"),
> + .long_name= NULL_IF_CONFIG_SMALL("Chinese Audio Video Standard
(AVS1-P2, JiZhun profile)"),
> };
Hunk ok, although I think the "Chinese" in front makes
it clear what AVS is meant.
Stefan
More information about the ffmpeg-devel
mailing list