mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-16 20:07:04 +00:00
vf_select: reindent after the previous commit
This commit is contained in:
parent
30ea0e47b5
commit
fe3cad0e9e
@ -320,15 +320,15 @@ static av_cold void uninit(AVFilterContext *ctx)
|
||||
int i;
|
||||
|
||||
if (select->expr)
|
||||
av_expr_free(select->expr);
|
||||
av_expr_free(select->expr);
|
||||
select->expr = NULL;
|
||||
|
||||
if (select->pending_frames) {
|
||||
for (i = 0; i < av_fifo_size(select->pending_frames)/sizeof(picref); i++) {
|
||||
av_fifo_generic_read(select->pending_frames, &picref, sizeof(picref), NULL);
|
||||
avfilter_unref_buffer(picref);
|
||||
}
|
||||
av_fifo_free(select->pending_frames);
|
||||
for (i = 0; i < av_fifo_size(select->pending_frames)/sizeof(picref); i++) {
|
||||
av_fifo_generic_read(select->pending_frames, &picref, sizeof(picref), NULL);
|
||||
avfilter_unref_buffer(picref);
|
||||
}
|
||||
av_fifo_free(select->pending_frames);
|
||||
}
|
||||
select->pending_frames = NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user