mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
remove dead code
This commit is contained in:
@@ -42,7 +42,6 @@ static bool sync = false;
|
||||
static bool auto_videosink = true;
|
||||
static bool logger_debug = false;
|
||||
static bool video_terminate = false;
|
||||
static user_data_t user_data;
|
||||
|
||||
#define NCODECS 2 /* renderers for h264 and h265 */
|
||||
|
||||
|
||||
@@ -46,11 +46,6 @@ typedef enum videoflip_e {
|
||||
} videoflip_t;
|
||||
|
||||
typedef struct video_renderer_s video_renderer_t;
|
||||
|
||||
typedef struct user_data_s {
|
||||
int type;
|
||||
GMainLoop *loop;
|
||||
} user_data_t;
|
||||
|
||||
void video_renderer_init(logger_t *render_logger, const char *server_name, videoflip_t videoflip[2], const char *parser,
|
||||
const char *decoder, const char *converter, const char *videosink, const char *videosin_options,
|
||||
|
||||
Reference in New Issue
Block a user