mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue