]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/bktr.c
libavdevice: Update the class name as uniform style
[ffmpeg] / libavdevice / bktr.c
index 993cc19ac7c796fc3964fb038b5ac2dc0d223a7d..2601adbba8b4b9ab9de653eaea1f5f470d2c7eb2 100644 (file)
@@ -341,7 +341,7 @@ static const AVOption options[] = {
 };
 
 static const AVClass bktr_class = {
-    .class_name = "BKTR grab interface",
+    .class_name = "BKTR grab indev",
     .item_name  = av_default_item_name,
     .option     = options,
     .version    = LIBAVUTIL_VERSION_INT,