mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Reindent.
Originally committed as revision 26379 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7986e34db0
commit
1d5b188518
@ -247,13 +247,13 @@ void ff_dprintf_ref(void *ctx, AVFilterBufferRef *ref, int end)
|
|||||||
void ff_dprintf_link(void *ctx, AVFilterLink *link, int end)
|
void ff_dprintf_link(void *ctx, AVFilterLink *link, int end)
|
||||||
{
|
{
|
||||||
if (link->type == AVMEDIA_TYPE_VIDEO) {
|
if (link->type == AVMEDIA_TYPE_VIDEO) {
|
||||||
dprintf(ctx,
|
dprintf(ctx,
|
||||||
"link[%p s:%dx%d fmt:%-16s %-16s->%-16s]%s",
|
"link[%p s:%dx%d fmt:%-16s %-16s->%-16s]%s",
|
||||||
link, link->w, link->h,
|
link, link->w, link->h,
|
||||||
av_pix_fmt_descriptors[link->format].name,
|
av_pix_fmt_descriptors[link->format].name,
|
||||||
link->src ? link->src->filter->name : "",
|
link->src ? link->src->filter->name : "",
|
||||||
link->dst ? link->dst->filter->name : "",
|
link->dst ? link->dst->filter->name : "",
|
||||||
end ? "\n" : "");
|
end ? "\n" : "");
|
||||||
} else {
|
} else {
|
||||||
char buf[128];
|
char buf[128];
|
||||||
av_get_channel_layout_string(buf, sizeof(buf), -1, link->channel_layout);
|
av_get_channel_layout_string(buf, sizeof(buf), -1, link->channel_layout);
|
||||||
|
Loading…
Reference in New Issue
Block a user