提交 719a576f 编写于 作者: M Michael Niedermayer

lavfi-showfiltfmts: fix typo that segfaulted haiku.

Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册