[FFmpeg-devel] [PATCH] avcodec/libopenh264enc: fix class_name

Jan Ekström jeebjp at gmail.com
Mon Nov 12 19:10:06 EET 2018


On Mon, Nov 12, 2018 at 6:11 PM Tobias Rapp <t.rapp at noa-archive.com> wrote:
>
> Reverts some accidental change in commit e621b1ca646a2f268797adc3194b694a852548d2.
>
> Signed-off-by: Tobias Rapp <t.rapp at noa-archive.com>
> ---
>  libavcodec/libopenh264enc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavcodec/libopenh264enc.c b/libavcodec/libopenh264enc.c
> index 5baa423..ae6d17c 100644
> --- a/libavcodec/libopenh264enc.c
> +++ b/libavcodec/libopenh264enc.c
> @@ -75,7 +75,7 @@ static const AVOption options[] = {
>  };
>
>  static const AVClass class = {
> -    .class_name = "libvo_amrwbenc",
> +    .class_name = "libopenh264enc",
>      .item_name  = av_default_item_name,
>      .option     = options,
>      .version    = LIBAVUTIL_VERSION_INT,
> --

Looking at the file name, definitely LGTM (also checked the history
and this is what the string used to be).

Jan


More information about the ffmpeg-devel mailing list