[FFmpeg-devel] [PATCH] avcodec/libopenh264enc: fix class_name
Tobias Rapp
t.rapp at noa-archive.com
Mon Nov 12 18:10:46 EET 2018
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,
--
2.7.4
More information about the ffmpeg-devel
mailing list