lavfi/src_buffer: fix indent.
This commit is contained in:
parent
fd4b4dda9c
commit
af58a77f0a
1 changed files with 4 additions and 5 deletions
|
@ -471,11 +471,10 @@ static int request_frame(AVFilterLink *link)
|
||||||
|
|
||||||
switch (link->type) {
|
switch (link->type) {
|
||||||
case AVMEDIA_TYPE_VIDEO:
|
case AVMEDIA_TYPE_VIDEO:
|
||||||
/* TODO reindent */
|
avfilter_start_frame(link, avfilter_ref_buffer(buf, ~0));
|
||||||
avfilter_start_frame(link, avfilter_ref_buffer(buf, ~0));
|
avfilter_draw_slice(link, 0, link->h, 1);
|
||||||
avfilter_draw_slice(link, 0, link->h, 1);
|
avfilter_end_frame(link);
|
||||||
avfilter_end_frame(link);
|
avfilter_unref_buffer(buf);
|
||||||
avfilter_unref_buffer(buf);
|
|
||||||
break;
|
break;
|
||||||
case AVMEDIA_TYPE_AUDIO:
|
case AVMEDIA_TYPE_AUDIO:
|
||||||
avfilter_filter_samples(link, avfilter_ref_buffer(buf, ~0));
|
avfilter_filter_samples(link, avfilter_ref_buffer(buf, ~0));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue