diff options
| author | 2025-01-29 16:45:30 -0500 | |
|---|---|---|
| committer | 2025-01-29 16:45:30 -0500 | |
| commit | 6134465ddc10f8b43bddf74209f0ec8654595041 (patch) | |
| tree | 49eb55da3d08abdc7dea9628c3ae9674dfe7afde /src/sink | |
| parent | 457a3cc1a04e45e31370d9083186436b0d12ab1d (diff) | |
| download | camu-6134465ddc10f8b43bddf74209f0ec8654595041.tar.gz camu-6134465ddc10f8b43bddf74209f0ec8654595041.tar.bz2 camu-6134465ddc10f8b43bddf74209f0ec8654595041.zip | |
Fixes and optimizations around seek and loop
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/sink')
| -rw-r--r-- | src/sink/common.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sink/common.c b/src/sink/common.c index f720a3c..9ed6a44 100644 --- a/src/sink/common.c +++ b/src/sink/common.c @@ -64,6 +64,9 @@ bool camu_default_sink_callback(struct camu_screen *scr, struct camu_mixer *mixe break; } break; + case CAMU_SINK_REFRESH_VIDEO: + camu_screen_force_refresh(scr); + break; case CAMU_SINK_CLEAR: switch (type) { case CAMU_SINK_AUDIO: |