mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
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:
parent
23f589e073
commit
7992c2867e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user