[FFmpeg-cvslog] avcodec/libopenh264enc: fix class_name
Tobias Rapp
git at videolan.org
Tue Nov 13 09:17:19 EET 2018
ffmpeg | branch: master | Tobias Rapp <t.rapp at noa-archive.com> | Mon Nov 12 17:04:43 2018 +0100| [7992c2867efc79eb8e9983e15a7ba998d6c48ffd] | committer: Tobias Rapp
avcodec/libopenh264enc: fix class_name
Reverts some accidental change in commit e621b1ca646a2f268797adc3194b694a852548d2.
Reviewed-by: Jan Ekström <jeebjp at gmail.com>
Signed-off-by: Tobias Rapp <t.rapp at noa-archive.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7992c2867efc79eb8e9983e15a7ba998d6c48ffd
---
libavcodec/libopenh264enc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/libopenh264enc.c b/libavcodec/libopenh264enc.c
index 5baa423433..ae6d17c6d2 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,
More information about the ffmpeg-cvslog
mailing list