summaryrefslogtreecommitdiff
path: root/src/codec
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-04-17 21:31:24 -0400
committerAndrew Opalach <andrew@akon.city> 2025-04-17 21:33:08 -0400
commit76fc9fe33dd58926e552b6bd3b79d798b452c6ed (patch)
treebdbffbb532fb0da1195e34119b3f5ecb1cc200d7 /src/codec
parentde68f3f60442edc5138fdb5320f40ec53a35b232 (diff)
downloadcamu-76fc9fe33dd58926e552b6bd3b79d798b452c6ed.tar.gz
camu-76fc9fe33dd58926e552b6bd3b79d798b452c6ed.tar.bz2
camu-76fc9fe33dd58926e552b6bd3b79d798b452c6ed.zip
Fix user volume fade and relative seek below 0
- Fix sync issue in sink. - Update deps and android build. Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/codec')
-rw-r--r--src/codec/ffmpeg/decoder.c4
1 files changed, 2 insertions, 2 deletions
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 <al/lib.h>
#include <libavutil/cpu.h>
+#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" };