mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
lavfi: remove stray reference to planar/packed.
This commit is contained in:
parent
9567f410aa
commit
7997fc49ef
@ -52,11 +52,10 @@ static void ff_dlog_ref(void *ctx, AVFilterBufferRef *ref, int end)
|
|||||||
av_get_picture_type_char(ref->video->pict_type));
|
av_get_picture_type_char(ref->video->pict_type));
|
||||||
}
|
}
|
||||||
if (ref->audio) {
|
if (ref->audio) {
|
||||||
av_dlog(ctx, " cl:%"PRId64"d n:%d r:%d p:%d",
|
av_dlog(ctx, " cl:%"PRId64"d n:%d r:%d",
|
||||||
ref->audio->channel_layout,
|
ref->audio->channel_layout,
|
||||||
ref->audio->nb_samples,
|
ref->audio->nb_samples,
|
||||||
ref->audio->sample_rate,
|
ref->audio->sample_rate);
|
||||||
ref->audio->planar);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
av_dlog(ctx, "]%s", end ? "\n" : "");
|
av_dlog(ctx, "]%s", end ? "\n" : "");
|
||||||
|
Loading…
Reference in New Issue
Block a user