summaryrefslogtreecommitdiff
path: root/src/render/renderer_libplacebo.c
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-04-13 18:14:28 -0400
committerAndrew Opalach <andrew@akon.city> 2026-04-13 18:14:28 -0400
commit2a8cef2947b2d8e436dbec331ac6454d6c9df105 (patch)
tree3945136c99543cd186fa6e0a63f9a20e5b33c3dc /src/render/renderer_libplacebo.c
parent4ceadc74f0086168fbc576032ba3e6f23af16e39 (diff)
downloadcamu-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/render/renderer_libplacebo.c')
-rw-r--r--src/render/renderer_libplacebo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/renderer_libplacebo.c b/src/render/renderer_libplacebo.c
index 48b7ea6..80a71a6 100644
--- a/src/render/renderer_libplacebo.c
+++ b/src/render/renderer_libplacebo.c
@@ -449,7 +449,7 @@ static bool renderer_lp_render(struct camu_renderer *renderer, struct camu_scree
if (mix.frames) {
// weighted is only set when read() returns QUEUE_OK.
result |= (1 | 1 << weighted);
- // Terrible hack. Lets us distinguish single frames with the same dimensions.
+ // Terrible hack. Lets us distinguish static video buffers with the same dimensions.
// Tied to a libplacebo patch to consider info_priv in the hash.
intptr_t hash = (intptr_t)video->buf;
// Also add in seek_pts to account for frame queue resets (seek() while paused).