[vlc-commits] Decklink output: fix initializer (comment out i_channels)
Rafaël Carré
git at videolan.org
Thu Jan 24 19:27:18 CET 2013
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Jan 24 19:26:33 2013 +0100| [fd340a15366ca2f56bb97417ba300f8075f24778] | committer: Rafaël Carré
Decklink output: fix initializer (comment out i_channels)
Found-by: Kenneth Ellis
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fd340a15366ca2f56bb97417ba300f8075f24778
---
modules/video_output/decklink.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_output/decklink.cpp b/modules/video_output/decklink.cpp
index a777660..f35fce5 100644
--- a/modules/video_output/decklink.cpp
+++ b/modules/video_output/decklink.cpp
@@ -156,7 +156,7 @@ static struct
mtime_t offset;
} decklink_sys = {
NULL, NULL, NULL, NULL, NULL,
- 0, 0,
+ /*0,*/ 0,
-1, -1,
0, 0,
0,
More information about the vlc-commits
mailing list