Compare commits
No commits in common. "main" and "master" have entirely different histories.
|
@ -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]
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue