Add postprocessor setting dropdown (MR 18)

This commit is contained in:
Martijn Braam
2022-06-24 14:53:30 +02:00
parent 46b07c6c4d
commit ee26b8e6f7
4 changed files with 126 additions and 17 deletions

View File

@@ -2,6 +2,7 @@
#include "camera.h"
#include "camera_config.h"
#include <gtk/gtk.h>
typedef struct _GdkSurface GdkSurface;
@@ -30,6 +31,7 @@ struct mp_process_pipeline_state {
};
bool mp_process_find_processor(char *script);
void mp_process_find_all_processors(GtkListStore *store);
void mp_process_pipeline_start();
void mp_process_pipeline_stop();