diff options
author | Mikhail Burakov <mburakov@mailbox.org> | 2024-08-18 14:23:41 +0200 |
---|---|---|
committer | Mikhail Burakov <mburakov@mailbox.org> | 2024-08-18 15:24:48 +0200 |
commit | d059ccf47c17519fb28e5a1dffbc156d74870e37 (patch) | |
tree | c82a0298070d34108121ff47ee63db5c86d55a5c /video_context.h | |
parent | 26f8747e9c69ee83084234d509056632741e74aa (diff) |
Capture compositor output on thread loop
Diffstat (limited to 'video_context.h')
-rw-r--r-- | video_context.h | 1 |
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_ - |