[FFmpeg-user] typo in name

Paul B Mahol onemda at gmail.com
Wed Nov 21 17:17:40 CET 2012


On 11/21/12, Roger Pack <rogerdpack2 at gmail.com> wrote:
> With this:
>
> static const AVCodecDescriptor codec_descriptors[] = {
>     /* video codecs */
>     {
>         .id        = AV_CODEC_ID_MPEG1VIDEO,
>         .type      = AVMEDIA_TYPE_VIDEO,
>         .name      = "mpeg1video",
>         .long_name = NULL_IF_CONFIG_SMALL("MPEG-1 video"),
>         .props     = AV_CODEC_PROP_LOSSY,
>     },
>     {
>         .id        = AV_CODEC_ID_MPEG2VIDEO,
>         .type      = AVMEDIA_TYPE_VIDEO,
>         .name      = "mpeg2video",
>         .long_name = NULL_IF_CONFIG_SMALL("MPEG-1 video"),
>         .props     = AV_CODEC_PROP_LOSSY,
>     },
>
>
> is it correct the last one should be called "MPEG-1 video" ?

yes, it will be fixed, dont worry.


More information about the ffmpeg-user mailing list