You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
asrc_anullsrc: return EOF, not -1
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
static int request_frame(AVFilterLink *link)
|
||||
{
|
||||
return -1;
|
||||
return AVERROR_EOF;
|
||||
}
|
||||
|
||||
static const AVFilterPad avfilter_asrc_anullsrc_outputs[] = {
|
||||
|
Reference in New Issue
Block a user