Skip to content

Commit

Permalink
toxcore amalgamation
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Dec 10, 2024
1 parent 27c5f05 commit ac6efd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion toxcore/toxcore_amalgamation.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac6efd8

Please sign in to comment.