diff options
author | rogerdpack <rogerpack2005@gmail.com> | 2012-12-13 13:33:59 -0700 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-12-15 15:46:20 +0100 |
commit | fe3e0e486eb4da912f754e0ee565e43c8aab6184 (patch) | |
tree | 9dec51b12b19778d71961bb01d574f0e1bf0f5d9 | |
parent | ac6cb666d92009bae92362d133c47a886fe46a7f (diff) | |
download | ffmpeg-fe3e0e486eb4da912f754e0ee565e43c8aab6184.tar.gz |
lavd/dshow: rename dshow class name
Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
-rw-r--r-- | libavdevice/dshow.c | 2 |
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, |