[FFmpeg-cvslog] lavd/dshow: rename dshow class name

rogerdpack git at videolan.org
Sat Dec 15 15:49:04 CET 2012


ffmpeg | branch: master | rogerdpack <rogerpack2005 at gmail.com> | Thu Dec 13 13:33:59 2012 -0700| [fe3e0e486eb4da912f754e0ee565e43c8aab6184] | committer: Stefano Sabatini

lavd/dshow: rename dshow class name

Signed-off-by: rogerdpack <rogerpack2005 at gmail.com>
Signed-off-by: Stefano Sabatini <stefasab at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fe3e0e486eb4da912f754e0ee565e43c8aab6184
---

 libavdevice/dshow.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,



More information about the ffmpeg-cvslog mailing list