ffmpeg/fftools
Anton Khirnov 153cf85b24 fftools/ffmpeg_mux_init: fix an array declaration
map_func is supposed to be an array of const pointer to function
returning int, not an array of pointer to function returning const int.

Reported-By: Martin Storsjö
2023-07-16 11:10:00 +02:00
..
Makefile
cmdutils.c fftools/cmdutils: constify the argument of get_rotation() 2023-05-22 17:10:44 +02:00
cmdutils.h fftools/cmdutils: constify the argument of get_rotation() 2023-05-22 17:10:44 +02:00
ffmpeg.c fftools/ffmpeg: add more structure to FrameData 2023-07-15 11:02:11 +02:00
ffmpeg.h fftools/ffmpeg: rework -enc_time_base handling 2023-07-15 11:02:11 +02:00
ffmpeg_dec.c fftools/ffmpeg: add more structure to FrameData 2023-07-15 11:02:11 +02:00
ffmpeg_demux.c fftools/ffmpeg_demux: return errors from ist_add() instead of aborting 2023-07-15 11:02:11 +02:00
ffmpeg_enc.c fftools/ffmpeg: rework -enc_time_base handling 2023-07-15 11:02:11 +02:00
ffmpeg_filter.c fftools/ffmpeg_filter: make OutputFilter.filter private 2023-07-15 11:02:11 +02:00
ffmpeg_hw.c fftools/ffmpeg_hw: inline hwaccel_decode_init() into its caller 2023-06-19 09:48:55 +02:00
ffmpeg_mux.c fftools/ffmpeg_mux: return errors from of_streamcopy() instead of aborting 2023-07-15 11:02:11 +02:00
ffmpeg_mux.h fftools/ffmpeg_mux: make OutputStream.pkt private 2023-06-05 16:16:13 +02:00
ffmpeg_mux_init.c fftools/ffmpeg_mux_init: fix an array declaration 2023-07-16 11:10:00 +02:00
ffmpeg_opt.c fftools/ffmpeg: return errors from assert_file_overwrite() instead of aborting 2023-07-15 11:02:11 +02:00
ffplay.c fftools/ffplay: fix typo in frame_queue_destory 2023-07-06 21:24:47 +02:00
ffprobe.c
fftools.manifest
fftoolsres.rc
fopen_utf8.h
objpool.c
objpool.h
opt_common.c
opt_common.h
sync_queue.c fftools/sync_queue: make sure non-limiting streams are not used as queue head 2023-05-28 10:47:59 +02:00
sync_queue.h fftools/sync_queue: add debug logging 2023-05-28 10:47:59 +02:00
thread_queue.c
thread_queue.h