[vlc-commits] Use S-Video
Jean-Baptiste Kempf
git at videolan.org
Tue Apr 14 23:01:27 CEST 2015
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Apr 14 22:53:32 2015 +0200| [edf931535ff5ebcff736e303a8730e78451c3be4] | committer: Jean-Baptiste Kempf
Use S-Video
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=edf931535ff5ebcff736e303a8730e78451c3be4
---
modules/access/decklink.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/access/decklink.cpp b/modules/access/decklink.cpp
index a660f82..d1b9c33 100644
--- a/modules/access/decklink.cpp
+++ b/modules/access/decklink.cpp
@@ -81,7 +81,7 @@ static const char *const ppsz_videoconns[] = {
"sdi", "hdmi", "opticalsdi", "component", "composite", "svideo"
};
static const char *const ppsz_videoconns_text[] = {
- N_("SDI"), N_("HDMI"), N_("Optical SDI"), N_("Component"), N_("Composite"), N_("S-video")
+ N_("SDI"), N_("HDMI"), N_("Optical SDI"), N_("Component"), N_("Composite"), N_("S-Video")
};
static const char *const ppsz_audioconns[] = {
More information about the vlc-commits
mailing list