]> git.sesse.net Git - vlc/blobdiff - modules/video_output/decklink.cpp
macosx: save 19 l10n strings by replacing them with already present strings from...
[vlc] / modules / video_output / decklink.cpp
index 8e3f249401aca08f3e8d845123ac6103d9e9b8ee..d04177922427448d824a1b8f3f28c860effcc5b8 100644 (file)
@@ -225,6 +225,7 @@ static struct decklink_sys_t *GetDLSys(vlc_object_t *obj)
         sys = (struct decklink_sys_t*)malloc(sizeof(*sys));
         if (sys) {
             sys->p_output = NULL;
+            sys->offset = 0;
             sys->users = 0;
             sys->aconn = 0;
             vlc_mutex_init(&sys->lock);