From 76fc9fe33dd58926e552b6bd3b79d798b452c6ed Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Thu, 17 Apr 2025 21:31:24 -0400 Subject: Fix user volume fade and relative seek below 0 - Fix sync issue in sink. - Update deps and android build. Signed-off-by: Andrew Opalach --- src/codec/ffmpeg/decoder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/codec') diff --git a/src/codec/ffmpeg/decoder.c b/src/codec/ffmpeg/decoder.c index 1675433..e22f184 100644 --- a/src/codec/ffmpeg/decoder.c +++ b/src/codec/ffmpeg/decoder.c @@ -3,12 +3,12 @@ #include #include +#include "decoder.h" + #if !defined CAMU_SINK_NO_VIDEO && defined CAMU_FF_DECODER_HWACCEL #include "../../render/renderer.h" #endif -#include "decoder.h" - #ifdef CAMU_FF_DECODER_HWACCEL #if defined CAMU_RENDERER_VULKAN static const char *hwdevces[] = { "vulkan" }; -- cgit v1.2.3-101-g0448