diff options
| author | 2026-04-13 18:14:28 -0400 | |
|---|---|---|
| committer | 2026-04-13 18:14:28 -0400 | |
| commit | 2a8cef2947b2d8e436dbec331ac6454d6c9df105 (patch) | |
| tree | 3945136c99543cd186fa6e0a63f9a20e5b33c3dc /src/buffer/video.h | |
| parent | 4ceadc74f0086168fbc576032ba3e6f23af16e39 (diff) | |
| download | camu-2a8cef2947b2d8e436dbec331ac6454d6c9df105.tar.gz camu-2a8cef2947b2d8e436dbec331ac6454d6c9df105.tar.bz2 camu-2a8cef2947b2d8e436dbec331ac6454d6c9df105.zip | |
Single frame -> Static
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/buffer/video.h')
| -rw-r--r-- | src/buffer/video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer/video.h b/src/buffer/video.h index 112688a..19dfd6e 100644 --- a/src/buffer/video.h +++ b/src/buffer/video.h @@ -19,7 +19,7 @@ struct camu_video_buffer { atomic(f64) pts; f64 seek_pts; - bool single_frame; + bool is_static; f64 avg_frame_duration; struct camu_scaler_format fmt; |