mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-12 02:40:02 +01:00
fix veejay to veejay video streaming via unicast, refactor network thread
This commit is contained in:
@@ -27,6 +27,6 @@ void net_thread_remote(void *priv, void *p );
|
||||
int net_thread_get_frame( vj_tag *tag, uint8_t *buffer[3]);
|
||||
int net_thread_get_frame_rgb( vj_tag *tag, uint8_t *buffer, int w, int h);
|
||||
void net_thread_exit(vj_tag *tag);
|
||||
void *net_threader( );
|
||||
void *net_threader(VJFrame *frame);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user