mirror of https://github.com/FFmpeg/FFmpeg.git
Firstly, mathops.h is a private header of libavcodec and should not be used in fftools. It may reference libavcodec internal symbols, causing link error with dynamic library, e.g., fftools/ffmpeg_filter.c:2687: undefined reference to `ff_rv_zbb_supported' Secondly, mid_pred operates on int types, while current use case is int64_t. |
||
|---|---|---|
| .. | ||
| graph | ||
| resources | ||
| textformat | ||
| Makefile | ||
| cmdutils.c | ||
| cmdutils.h | ||
| ffmpeg.c | ||
| ffmpeg.h | ||
| ffmpeg_dec.c | ||
| ffmpeg_demux.c | ||
| ffmpeg_enc.c | ||
| ffmpeg_filter.c | ||
| ffmpeg_hw.c | ||
| ffmpeg_mux.c | ||
| ffmpeg_mux.h | ||
| ffmpeg_mux_init.c | ||
| ffmpeg_opt.c | ||
| ffmpeg_sched.c | ||
| ffmpeg_sched.h | ||
| ffmpeg_utils.h | ||
| ffplay.c | ||
| ffplay_renderer.c | ||
| ffplay_renderer.h | ||
| ffprobe.c | ||
| fftools.manifest | ||
| fftoolsres.rc | ||
| fopen_utf8.h | ||
| opt_common.c | ||
| opt_common.h | ||
| sync_queue.c | ||
| sync_queue.h | ||
| thread_queue.c | ||
| thread_queue.h | ||