ffmpeg/fftools
Anton Khirnov 5297250920 fftools/ffmpeg_filter: stop setting encoder channel layout unnecessarily
The channel layout is set before opening the encoder, in enc_open().
Messing with it in configure_output_audio_filter() cannot accomplish
anything meaningful.
2023-04-13 15:11:56 +02:00
..
Makefile fftools/ffmpeg: move initializing encoders to a new file 2023-04-09 15:47:45 +02:00
cmdutils.c
cmdutils.h
ffmpeg.c fftools/ffmpeg: disable and deprecate -qphist 2023-04-13 15:11:56 +02:00
ffmpeg.h fftools/ffmpeg: disable and deprecate -qphist 2023-04-13 15:11:56 +02:00
ffmpeg_demux.c fftools/ffmpeg_demux: log final stats to demuxer context 2023-04-13 15:11:56 +02:00
ffmpeg_enc.c fftools/ffmpeg_enc: replace abort() with av_assert0(0) 2023-04-13 15:11:56 +02:00
ffmpeg_filter.c fftools/ffmpeg_filter: stop setting encoder channel layout unnecessarily 2023-04-13 15:11:56 +02:00
ffmpeg_hw.c
ffmpeg_mux.c fftools/ffmpeg_mux: make data_size_mux private to ffmpeg_mux 2023-04-13 15:11:56 +02:00
ffmpeg_mux.h fftools/ffmpeg_mux: make data_size_mux private to ffmpeg_mux 2023-04-13 15:11:56 +02:00
ffmpeg_mux_init.c fftools/ffmpeg: move OutputStream.last_filter_pts to OutputFilter 2023-04-13 15:11:56 +02:00
ffmpeg_opt.c fftools/ffmpeg: disable and deprecate -qphist 2023-04-13 15:11:56 +02:00
ffplay.c
ffprobe.c
fftools.manifest
fftoolsres.rc
fopen_utf8.h
objpool.c
objpool.h
opt_common.c
opt_common.h
sync_queue.c
sync_queue.h
thread_queue.c
thread_queue.h