summaryrefslogtreecommitdiff
path: root/src/codec/ffmpeg
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-03-19 22:13:19 -0400
committerAndrew Opalach <andrew@akon.city> 2025-03-19 22:13:19 -0400
commit2f34d806e42b6d6299ef46284466b98536485839 (patch)
tree9c5eba5a06b8a5f40ae6a89702cc0f0d8c5c3678 /src/codec/ffmpeg
parent191d98d306d48ba36d5a5a2eb3583b805a03b2c3 (diff)
downloadcamu-2f34d806e42b6d6299ef46284466b98536485839.tar.gz
camu-2f34d806e42b6d6299ef46284466b98536485839.tar.bz2
camu-2f34d806e42b6d6299ef46284466b98536485839.zip
Change ended entry behavior in list and sink
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/codec/ffmpeg')
-rw-r--r--src/codec/ffmpeg/decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codec/ffmpeg/decoder.h b/src/codec/ffmpeg/decoder.h
index db7a6f8..c6fb5fc 100644
--- a/src/codec/ffmpeg/decoder.h
+++ b/src/codec/ffmpeg/decoder.h
@@ -6,7 +6,7 @@
#include "../codec.h"
#ifndef CAMU_SINK_NO_VIDEO
-#define CAMU_FF_DECODER_HWACCEL
+//#define CAMU_FF_DECODER_HWACCEL
#endif
struct camu_ff_decoder {