From ac6efd8292739805db2607b0933c6957ab939f39 Mon Sep 17 00:00:00 2001 From: zoff99 <6833516+zoff99@users.noreply.github.com> Date: Tue, 10 Dec 2024 01:50:31 +0000 Subject: [PATCH] toxcore amalgamation --- toxcore/toxcore_amalgamation.c | 1 - 1 file changed, 1 deletion(-) diff --git a/toxcore/toxcore_amalgamation.c b/toxcore/toxcore_amalgamation.c index 93969e0..0d43083 100644 --- a/toxcore/toxcore_amalgamation.c +++ b/toxcore/toxcore_amalgamation.c @@ -82850,7 +82850,6 @@ VCSession *vc_new_h265(Logger *log, ToxAV *av, uint32_t friend_number, toxav_vid if (avcodec_open2(vc->h265_decoder, codec, NULL) < 0) { LOGGER_API_WARNING(av->tox, "could not open codec H265 on decoder"); - assert(!"could not open codec H265 on decoder"); } #pragma GCC diagnostic push