AE stats
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "camera.h"
|
||||
#include "state.h"
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
typedef struct _GdkSurface GdkSurface;
|
||||
@@ -48,7 +49,7 @@ void mp_process_pipeline_init_gl(GdkSurface *window);
|
||||
|
||||
void mp_process_pipeline_process_image(MPBuffer buffer);
|
||||
void mp_process_pipeline_capture();
|
||||
void mp_process_pipeline_update_state(const struct mp_process_pipeline_state *state);
|
||||
void mp_process_pipeline_update_state(const mp_state_proc *new_state);
|
||||
|
||||
typedef struct _MPProcessPipelineBuffer MPProcessPipelineBuffer;
|
||||
|
||||
|
Reference in New Issue
Block a user