mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
lavfi-showfiltfmts: fix typo that segfaulted haiku.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
bb4c0abc7c
commit
719a576f04
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user