X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=protocol%2Famcp%2FAMCPCommandsImpl.cpp;h=69826476d6e7c443c2ede347314a0bd5c3c0589f;hb=a9baf9ba1e7e4b94b5e08385328441de6607ad23;hp=6b7a80abb8425f7d92acbbcbccddde4539f2a27f;hpb=515b113d16afe4f0537e600a80a36483b996b016;p=casparcg diff --git a/protocol/amcp/AMCPCommandsImpl.cpp b/protocol/amcp/AMCPCommandsImpl.cpp index 6b7a80abb..69826476d 100644 --- a/protocol/amcp/AMCPCommandsImpl.cpp +++ b/protocol/amcp/AMCPCommandsImpl.cpp @@ -2145,7 +2145,7 @@ std::wstring channel_grid_command(command_context& ctx) if (channel.channel != self.channel) { core::diagnostics::call_context::for_thread().layer = index; - auto producer = ctx.producer_registry->create_producer(get_producer_dependencies(self.channel, ctx), L"route://" + boost::lexical_cast(channel.channel->index())); + auto producer = ctx.producer_registry->create_producer(get_producer_dependencies(self.channel, ctx), L"route://" + boost::lexical_cast(channel.channel->index()) + L" NO_AUTO_DEINTERLACE"); self.channel->stage().load(index, producer, false); self.channel->stage().play(index); index++;