Browse Source

lavd/dshow: rename dshow class name

Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
tags/n1.1
rogerdpack Stefano Sabatini 13 years ago
parent
commit
fe3e0e486e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavdevice/dshow.c

+ 1
- 1
libavdevice/dshow.c View File

@@ -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,


Loading…
Cancel
Save