summaryrefslogtreecommitdiff
path: root/capture.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture.h')
-rw-r--r--capture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture.h b/capture.h
index f351429..7b0b60d 100644
--- a/capture.h
+++ b/capture.h
@@ -25,6 +25,6 @@ struct GpuFrame;
struct CaptureContext* CaptureContextCreate(struct GpuContext* gpu_context);
const struct GpuFrame* CaptureContextGetFrame(
struct CaptureContext* capture_context);
-void CaptureContextDestroy(struct CaptureContext** capture_context);
+void CaptureContextDestroy(struct CaptureContext* capture_context);
#endif // STREAMER_CAPTURE_H_