Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrogerdpack <rogerpack2005@gmail.com>2012-12-14 00:33:59 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-12-15 18:46:20 +0400
commitfe3e0e486eb4da912f754e0ee565e43c8aab6184 (patch)
tree9dec51b12b19778d71961bb01d574f0e1bf0f5d9 /libavdevice
parentac6cb666d92009bae92362d133c47a886fe46a7f (diff)
lavd/dshow: rename dshow class name
Signed-off-by: rogerdpack <rogerpack2005@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'libavdevice')
-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,