summaryrefslogtreecommitdiffstats
path: root/libavdevice
diff options
context:
space:
mode:
authorrogerdpack <rogerpack2005@gmail.com>2012-12-13 13:33:59 -0700
committerStefano Sabatini <stefasab@gmail.com>2012-12-15 15:46:20 +0100
commitfe3e0e486eb4da912f754e0ee565e43c8aab6184 (patch)
tree9dec51b12b19778d71961bb01d574f0e1bf0f5d9 /libavdevice
parentac6cb666d92009bae92362d133c47a886fe46a7f (diff)
downloadffmpeg-streaming-fe3e0e486eb4da912f754e0ee565e43c8aab6184.zip
ffmpeg-streaming-fe3e0e486eb4da912f754e0ee565e43c8aab6184.tar.gz
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 9485af6..d57323e 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,
OpenPOWER on IntegriCloud