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
1d5b1885
Commit
1d5b1885
authored
Jan 15, 2011
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reindent.
Originally committed as revision 26379 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
7986e34d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
avfilter.c
libavfilter/avfilter.c
+7
-7
No files found.
libavfilter/avfilter.c
View file @
1d5b1885
...
...
@@ -247,13 +247,13 @@ void ff_dprintf_ref(void *ctx, AVFilterBufferRef *ref, int end)
void
ff_dprintf_link
(
void
*
ctx
,
AVFilterLink
*
link
,
int
end
)
{
if
(
link
->
type
==
AVMEDIA_TYPE_VIDEO
)
{
dprintf
(
ctx
,
"link[%p s:%dx%d fmt:%-16s %-16s->%-16s]%s"
,
link
,
link
->
w
,
link
->
h
,
av_pix_fmt_descriptors
[
link
->
format
].
name
,
link
->
src
?
link
->
src
->
filter
->
name
:
""
,
link
->
dst
?
link
->
dst
->
filter
->
name
:
""
,
end
?
"
\n
"
:
""
);
dprintf
(
ctx
,
"link[%p s:%dx%d fmt:%-16s %-16s->%-16s]%s"
,
link
,
link
->
w
,
link
->
h
,
av_pix_fmt_descriptors
[
link
->
format
].
name
,
link
->
src
?
link
->
src
->
filter
->
name
:
""
,
link
->
dst
?
link
->
dst
->
filter
->
name
:
""
,
end
?
"
\n
"
:
""
);
}
else
{
char
buf
[
128
];
av_get_channel_layout_string
(
buf
,
sizeof
(
buf
),
-
1
,
link
->
channel_layout
);
...
...
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