Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
af58a77f
Commit
af58a77f
authored
May 03, 2012
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi/src_buffer: fix indent.
parent
fd4b4dda
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
src_buffer.c
libavfilter/src_buffer.c
+4
-5
No files found.
libavfilter/src_buffer.c
View file @
af58a77f
...
...
@@ -471,11 +471,10 @@ static int request_frame(AVFilterLink *link)
switch
(
link
->
type
)
{
case
AVMEDIA_TYPE_VIDEO
:
/* TODO reindent */
avfilter_start_frame
(
link
,
avfilter_ref_buffer
(
buf
,
~
0
));
avfilter_draw_slice
(
link
,
0
,
link
->
h
,
1
);
avfilter_end_frame
(
link
);
avfilter_unref_buffer
(
buf
);
avfilter_start_frame
(
link
,
avfilter_ref_buffer
(
buf
,
~
0
));
avfilter_draw_slice
(
link
,
0
,
link
->
h
,
1
);
avfilter_end_frame
(
link
);
avfilter_unref_buffer
(
buf
);
break
;
case
AVMEDIA_TYPE_AUDIO
:
avfilter_filter_samples
(
link
,
avfilter_ref_buffer
(
buf
,
~
0
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment