external_ffmpeg/fftools
yangliming 50959cd6e1 fix ffmpeg compile warning
ffmpeg/fftools/ffmpeg_opt.c:1990:48: warning: passing argument 2 of 'parse_and_set_vsync' from incompatible pointer type [-Wincompatible-pointer-types]
 1990 |             parse_and_set_vsync(ost->fps_mode, &ost->vsync_method, ost->file_index, ost->index, 0);
      |                                                ^~~~~~~~~~~~~~~~~~
      |                                                |
      |                                                enum VideoSyncMethod *

Signed-off-by: yangliming <yangliming@xiaomi.com>
2025-12-15 19:21:44 +08:00
..
Makefile Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
cmdutils.c Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
cmdutils.h Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
ffmpeg.c Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
ffmpeg.h Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
ffmpeg_filter.c ffmpeg: codesize optimize for CONFIG_AUDIO_ONLY. 2025-12-15 19:21:43 +08:00
ffmpeg_hw.c Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
ffmpeg_mux.c Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
ffmpeg_opt.c fix ffmpeg compile warning 2025-12-15 19:21:44 +08:00
ffplay.c Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
ffprobe.c Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
fopen_utf8.h Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
opt_common.c Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
opt_common.h ffmpeg: codesize optimize for CONFIG_AUDIO_ONLY. 2025-12-15 19:21:43 +08:00