Skip to content
Snippets Groups Projects
Commit 375c9aa8 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Force use of PNG for colour in C SDK

parent 9fa4ce41
No related branches found
No related tags found
No related merge requests found
Pipeline #23169 passed
......@@ -112,6 +112,7 @@ ftlError_t ftlImageWrite(
if (stream->video_fs.hasChannel(static_cast<ftl::codecs::Channel>(channel)))
return FTLERROR_STREAM_DUPLICATE;
stream->sender->set("codec", 1);
stream->sender->set("encoder_device", 2); // Software encoder
stream->sender->set("lossless", true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment