]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/avfoundation.m
libavdevice: Update the class name as uniform style
[ffmpeg] / libavdevice / avfoundation.m
index 08deecfeeab3a37e7f8b3d57bdb2289c9ef68f15..af8fe31367af339231261f453606f9ddcee880cf 100644 (file)
@@ -1140,7 +1140,7 @@ static const AVOption options[] = {
 };
 
 static const AVClass avf_class = {
-    .class_name = "AVFoundation input device",
+    .class_name = "AVFoundation indev",
     .item_name  = av_default_item_name,
     .option     = options,
     .version    = LIBAVUTIL_VERSION_INT,