Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 5fce60c3a9fbb21e580bad9165bf19d86ee7d96f)
| ... | ... |
@@ -479,6 +479,8 @@ void avfilter_filter_samples(AVFilterLink *link, AVFilterBufferRef *samplesref) |
| 479 | 479 |
void (*filter_samples)(AVFilterLink *, AVFilterBufferRef *); |
| 480 | 480 |
AVFilterPad *dst = link->dstpad; |
| 481 | 481 |
|
| 482 |
+ FF_DPRINTF_START(NULL, filter_samples); ff_dlog_link(NULL, link, 1); |
|
| 483 |
+ |
|
| 482 | 484 |
if (!(filter_samples = dst->filter_samples)) |
| 483 | 485 |
filter_samples = avfilter_default_filter_samples; |
| 484 | 486 |
|