Compare commits

..

No commits in common. "main" and "master" have entirely different histories.
main ... master

2 changed files with 1 additions and 2 deletions

1
configure vendored
View File

@ -303,7 +303,6 @@ External library support:
--enable-decklink enable Blackmagic DeckLink I/O support [no]
--enable-mbedtls enable mbedTLS, needed for https support
if openssl, gnutls or libtls is not used [no]
--enable-librist enable RIST via librist [no]
--enable-mediacodec enable Android MediaCodec support [no]
--enable-mediafoundation enable encoding via MediaFoundation [auto]
--enable-libmysofa enable libmysofa, needed for sofalizer filter [no]

View File

@ -3371,7 +3371,7 @@ fail:
static int opt_progress(void *optctx, const char *opt, const char *arg)
{
progress_avio = NULL;
progress_avio = avio;
return 0;
}