Commit fe3e0e48 authored by rogerdpack's avatar rogerdpack Committed by Stefano Sabatini

lavd/dshow: rename dshow class name

Signed-off-by: 's avatarrogerdpack <rogerpack2005@gmail.com>
Signed-off-by: 's avatarStefano Sabatini <stefasab@gmail.com>
parent ac6cb666
...@@ -1034,7 +1034,7 @@ static const AVOption options[] = { ...@@ -1034,7 +1034,7 @@ static const AVOption options[] = {
}; };
static const AVClass dshow_class = { static const AVClass dshow_class = {
.class_name = "DirectShow indev", .class_name = "dshow indev",
.item_name = av_default_item_name, .item_name = av_default_item_name,
.option = options, .option = options,
.version = LIBAVUTIL_VERSION_INT, .version = LIBAVUTIL_VERSION_INT,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment