]> git.sesse.net Git - vlc/blobdiff - modules/misc/dummy/dummy.h
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / misc / dummy / dummy.h
index 5e792a4b5c12cd36dd55597df9f688278ca120f0..97837e962779e34c5631279850782a17d2b31132 100644 (file)
@@ -39,5 +39,7 @@ void CloseEncoder ( vlc_object_t * );
 int  OpenAudio    ( vlc_object_t * );
 
 int  OpenVideo    ( vlc_object_t * );
+int  OpenVideoStat( vlc_object_t * );
+void CloseVideo   ( vlc_object_t * );
 
 int  OpenRenderer ( vlc_object_t * );