You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavd/dshow: rename dshow class name
Signed-off-by: rogerdpack <rogerpack2005@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
This commit is contained in:
committed by
Stefano Sabatini
parent
ac6cb666d9
commit
fe3e0e486e
@@ -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,
|
||||||
|
Reference in New Issue
Block a user