summaryrefslogtreecommitdiff
path: root/video_context.h
diff options
context:
space:
mode:
authorMikhail Burakov <mburakov@mailbox.org>2024-08-18 14:23:41 +0200
committerMikhail Burakov <mburakov@mailbox.org>2024-08-18 15:24:48 +0200
commitd059ccf47c17519fb28e5a1dffbc156d74870e37 (patch)
treec82a0298070d34108121ff47ee63db5c86d55a5c /video_context.h
parent26f8747e9c69ee83084234d509056632741e74aa (diff)
Capture compositor output on thread loop
Diffstat (limited to 'video_context.h')
-rw-r--r--video_context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video_context.h b/video_context.h
index 472a1a1..ddd1588 100644
--- a/video_context.h
+++ b/video_context.h
@@ -25,4 +25,3 @@ struct VideoContext* VideoContextCreate(struct IoContext* io_context);
void VideoContextDestroy(struct VideoContext* video_context);
#endif // STREAMER_VIDEO_CONTEXT_H_
-