avcodec/libopenh264enc: fix class_name

Reverts some accidental change in commit e621b1ca64.

Reviewed-by: Jan Ekström <jeebjp@gmail.com>
Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
This commit is contained in:
Tobias Rapp 2018-11-12 17:04:43 +01:00
parent 23f589e073
commit 7992c2867e
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ static const AVOption options[] = {
}; };
static const AVClass class = { static const AVClass class = {
.class_name = "libvo_amrwbenc", .class_name = "libopenh264enc",
.item_name = av_default_item_name, .item_name = av_default_item_name,
.option = options, .option = options,
.version = LIBAVUTIL_VERSION_INT, .version = LIBAVUTIL_VERSION_INT,