mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
better filter error message when accidentally reusing outputs
Signed-off-by: rogerdpack <rogerpack2005@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
ecda1d3cbe
commit
10a9277562
@ -1585,7 +1585,7 @@ static int open_output_file(OptionsContext *o, const char *filename)
|
|||||||
loop_end:
|
loop_end:
|
||||||
if (!ofilter) {
|
if (!ofilter) {
|
||||||
av_log(NULL, AV_LOG_FATAL, "Output with label '%s' does not exist "
|
av_log(NULL, AV_LOG_FATAL, "Output with label '%s' does not exist "
|
||||||
"in any defined filter graph.\n", map->linklabel);
|
"in any defined filter graph, or was already used elsewhere.\n", map->linklabel);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
init_output_filter(ofilter, o, oc);
|
init_output_filter(ofilter, o, oc);
|
||||||
|
Loading…
Reference in New Issue
Block a user