]> git.sesse.net Git - vlc/blobdiff - modules/visualization/galaktos/main.h
* all: first implementation of a MilkDrop-compatible visualization plugin,
[vlc] / modules / visualization / galaktos / main.h
index de7eb88bc0c24ca9f3a482dd0bf473aa3ffef296..6d197421e3a16cd01d0a27911d100a287b431d2a 100644 (file)
@@ -24,6 +24,8 @@
 #ifndef _GALAKTOS_MAIN_H_
 #define _GALAKTOS_MAIN_H_
 
-int galaktos_update( galaktos_thread_t *p_thread, int16_t p_data[2][512] );
+int galaktos_init( galaktos_thread_t *p_thread );
+void galaktos_done( galaktos_thread_t *p_thread );
+int galaktos_update( galaktos_thread_t *p_thread );
 
 #endif