Commit d33a091c authored by Rick van der Zwet's avatar Rick van der Zwet Committed by Michael Niedermayer

ffm options should also set discard automatically.

commit 13f6917c handles discards automatically,
but the ffm discard options are not fully parsed. Causing the input streams not
to be used, so no stream towards the ffserver after the initial probing.
Signed-off-by: 's avatarRick van der Zwet <info@rickvanderzwet.nl>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 8f1bb3d5
......@@ -4310,6 +4310,7 @@ static void opt_output_file(void *optctx, const char *filename)
ost->sync_ist= ist;
ost->source_index= i;
ist->discard = 0;
ist->st->discard = AVDISCARD_NONE;
break;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment