remove dead code

This commit is contained in:
F. Duncanh
2024-11-10 16:02:35 -05:00
parent 47d598cfa2
commit 8018cdc61d
2 changed files with 0 additions and 6 deletions

View File

@@ -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 */

View File

@@ -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,