[FFmpeg-devel] [PATCH] avfilter: Enable in MP4 container both AMR-NB and AMR-WB

Moritz Barsnick barsnick at gmx.net
Wed May 17 14:21:02 EEST 2017


On Wed, May 17, 2017 at 07:04:07 -0400, Bob Kirnum wrote:

> Subject: [FFmpeg-devel] [PATCH] avfilter: Enable in MP4 container both AMR-NB and AMR-WB

This is not avfilter.

>      { AV_CODEC_ID_MPEG4SYSTEMS, 0x02 },
> +    { AV_CODEC_ID_AMR_NB      , MKTAG('s', 'a', 'm', 'r') }, /* AMR-NB 3gp
> */
> +    { AV_CODEC_ID_AMR_WB      , MKTAG('s', 'a', 'w', 'b') }, /* AMR-WB 3gp
> */
>      { AV_CODEC_ID_NONE        ,    0 },
>  };
[...]

Your patch is not usable due to line breaks inserted by your mailer.
Please attach the "git format-patch" patch as a file, or, better, use
"git send-email".

Moritz


More information about the ffmpeg-devel mailing list