mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
vf_format: switch to filter_frame
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
7c42814782
commit
88f8af26a9
@ -102,9 +102,6 @@ static const AVFilterPad avfilter_vf_format_inputs[] = {
|
||||
.name = "default",
|
||||
.type = AVMEDIA_TYPE_VIDEO,
|
||||
.get_video_buffer = ff_null_get_video_buffer,
|
||||
.start_frame = ff_null_start_frame,
|
||||
.draw_slice = ff_null_draw_slice,
|
||||
.end_frame = ff_null_end_frame,
|
||||
},
|
||||
{ NULL }
|
||||
};
|
||||
@ -144,9 +141,6 @@ static const AVFilterPad avfilter_vf_noformat_inputs[] = {
|
||||
.name = "default",
|
||||
.type = AVMEDIA_TYPE_VIDEO,
|
||||
.get_video_buffer = ff_null_get_video_buffer,
|
||||
.start_frame = ff_null_start_frame,
|
||||
.draw_slice = ff_null_draw_slice,
|
||||
.end_frame = ff_null_end_frame,
|
||||
},
|
||||
{ NULL }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user