You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
@@ -316,6 +316,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in)
|
||||
direct = 1;
|
||||
out = in;
|
||||
} else {
|
||||
direct = 0;
|
||||
out = ff_get_video_buffer(outlink, outlink->w, outlink->h);
|
||||
if (!out) {
|
||||
av_frame_free(&in);
|
||||
|
Reference in New Issue
Block a user