mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
avfilter: remove obsolete function declarations
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
This commit is contained in:
@@ -1024,7 +1024,6 @@ static int ff_filter_frame_framed(AVFilterLink *link, AVFrame *frame)
|
||||
if (dst->needs_writable && !av_frame_is_writable(frame)) {
|
||||
av_log(link->dst, AV_LOG_DEBUG, "Copying data in avfilter.\n");
|
||||
|
||||
/* Maybe use ff_copy_buffer_ref instead? */
|
||||
switch (link->type) {
|
||||
case AVMEDIA_TYPE_VIDEO:
|
||||
out = ff_get_video_buffer(link, link->w, link->h);
|
||||
|
||||
Reference in New Issue
Block a user