[FFmpeg-devel] [PATCH] avcodec/codec_desc: rename smv video codec name to smvjpeg to match decoder name
wm4
nfxjfg at googlemail.com
Tue Jun 16 20:33:35 CEST 2015
On Tue, 16 Jun 2015 13:29:55 +0000
Paul B Mahol <onemda at gmail.com> wrote:
> Also fixes clash with smv audio codec.
>
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
> libavcodec/codec_desc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
> index c1694f3..f32843a 100644
> --- a/libavcodec/codec_desc.c
> +++ b/libavcodec/codec_desc.c
> @@ -1178,7 +1178,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
> {
> .id = AV_CODEC_ID_SMVJPEG,
> .type = AVMEDIA_TYPE_VIDEO,
> - .name = "smv",
> + .name = "smvjpeg",
> .long_name = NULL_IF_CONFIG_SMALL("Sigmatel Motion Video"),
> },
>
An incompatible API change should come with a major bump.
(I guess my absolutely terrible mail client ate the previous mail I
sent.)
More information about the ffmpeg-devel
mailing list