summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavdevice/dshow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/dshow.c b/libavdevice/dshow.c
index 9485af6586..d57323e46e 100644
--- a/libavdevice/dshow.c
+++ b/libavdevice/dshow.c
@@ -1034,7 +1034,7 @@ static const AVOption options[] = {
};
static const AVClass dshow_class = {
- .class_name = "DirectShow indev",
+ .class_name = "dshow indev",
.item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,