]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/openal-dec.c
libavdevice: Update the class name as uniform style
[ffmpeg] / libavdevice / openal-dec.c
index c19048e15d34a1caa7a8f70a4bab54899075dde0..57de665eb69540488246251be2044b5844f0e168 100644 (file)
@@ -241,7 +241,7 @@ static const AVOption options[] = {
 };
 
 static const AVClass class = {
-    .class_name = "openal",
+    .class_name = "openal indev",
     .item_name = av_default_item_name,
     .option = options,
     .version = LIBAVUTIL_VERSION_INT,