mirror of https://git.ffmpeg.org/ffmpeg.git
lavfi/mptestsrc: raise filter_frame() error.
This commit is contained in:
parent
afa0b90803
commit
bce2e97a16
|
@ -355,9 +355,7 @@ static int request_frame(AVFilterLink *outlink)
|
||||||
}
|
}
|
||||||
|
|
||||||
test->frame_nb++;
|
test->frame_nb++;
|
||||||
ff_filter_frame(outlink, picref);
|
return ff_filter_frame(outlink, picref);
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static const AVFilterPad mptestsrc_outputs[] = {
|
static const AVFilterPad mptestsrc_outputs[] = {
|
||||||
|
|
Loading…
Reference in New Issue