mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avfilter/buffersrc: remove unused variable
Added by mistake in 7a025e1cb5.
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
83e4b068d9
commit
85a327d9d0
1 changed files with 0 additions and 1 deletions
|
|
@ -538,7 +538,6 @@ static int config_props(AVFilterLink *link)
|
|||
}
|
||||
|
||||
for (int i = 0; i < c->nb_side_data; i++) {
|
||||
const AVSideDataDescriptor *desc = av_frame_side_data_desc(c->side_data[i]->type);
|
||||
int ret;
|
||||
|
||||
ret = av_frame_side_data_clone(&link->side_data, &link->nb_side_data,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue