]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libopenh264enc.c
Merge commit 'ab6422e1333e1c8b99e97ac61e3e9b2f6a2b4936'
[ffmpeg] / libavcodec / libopenh264enc.c
index 9c22bf4f30cf195a8635025b053027a86b52c747..1152d0036fd69eb0a071aa85c4a973643ab6fbe5 100644 (file)
@@ -75,7 +75,10 @@ static const AVOption options[] = {
 };
 
 static const AVClass class = {
-    "libopenh264enc", av_default_item_name, options, LIBAVUTIL_VERSION_INT
+    .class_name = "libvo_amrwbenc",
+    .item_name  = av_default_item_name,
+    .option     = options,
+    .version    = LIBAVUTIL_VERSION_INT,
 };
 
 static av_cold int svc_encode_close(AVCodecContext *avctx)