From 2a8cef2947b2d8e436dbec331ac6454d6c9df105 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 13 Apr 2026 18:14:28 -0400 Subject: Single frame -> Static Signed-off-by: Andrew Opalach --- src/buffer/video_null.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/buffer/video_null.h') diff --git a/src/buffer/video_null.h b/src/buffer/video_null.h index da9d969..90eb2c2 100644 --- a/src/buffer/video_null.h +++ b/src/buffer/video_null.h @@ -9,7 +9,7 @@ struct camu_video_buffer { struct camu_codec_stream *stream; f64 seek_pts; - bool single_frame; + bool is_static; f64 avg_frame_duration; #ifdef CAMU_SCREEN_THREADED atomic(bool) ref; @@ -28,7 +28,7 @@ AL_IGNORE_WARNING("-Wunused-function") static bool camu_video_buffer_init(struct camu_video_buffer *buf, struct camu_clock *clock) { (void)clock; - buf->single_frame = true; + buf->is_static = true; buf->avg_frame_duration = 0.0; #ifdef CAMU_SCREEN_THREADED al_atomic_store(bool)(&buf->ref, false, AL_ATOMIC_RELAXED); -- cgit v1.2.3-101-g0448