Commit 7992c286 authored by Tobias Rapp's avatar Tobias Rapp

avcodec/libopenh264enc: fix class_name

Reverts some accidental change in commit e621b1ca.
Reviewed-by: 's avatarJan Ekström <jeebjp@gmail.com>
Signed-off-by: 's avatarTobias Rapp <t.rapp@noa-archive.com>
parent 23f589e0
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment