diff options
Diffstat (limited to 'src/render/renderer_libplacebo.c')
| -rw-r--r-- | src/render/renderer_libplacebo.c | 2 |
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). |