Commit 719a576f authored by Michael Niedermayer's avatar Michael Niedermayer

lavfi-showfiltfmts: fix typo that segfaulted haiku.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent bb4c0abc
......@@ -28,7 +28,7 @@ static void print_formats(AVFilterContext *filter_ctx)
int i, j;
#define PRINT_FMTS(inout, outin, INOUT) \
for (i = 0; i < filter_ctx->input_count; i++) { \
for (i = 0; i < filter_ctx->inout##put_count; i++) { \
if (filter_ctx->inout##puts[i]->type == AVMEDIA_TYPE_VIDEO) { \
AVFilterFormats *fmts = \
filter_ctx->inout##puts[i]->outin##_formats; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment