mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-05 15:52:45 +02:00
remove accidental double line
This commit is contained in:
@@ -218,7 +218,6 @@ bool DecoderContext::SendPacket(const Packet& packet) {
|
||||
m_temp_frame = std::make_shared<Frame>();
|
||||
m_got_frame = 0;
|
||||
|
||||
const int ret = avcodec_send_packet(m_codec_context, packet.GetPacket());
|
||||
if (const int ret = avcodec_send_packet(m_codec_context, packet.GetPacket());
|
||||
ret < 0 && ret != AVERROR_EOF) {
|
||||
LOG_ERROR(HW_GPU, "avcodec_send_packet error: {}", AVError(ret));
|
||||
|
Reference in New Issue
Block a user