aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/ffmpeg_mux.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-10-13 12:24:43 +0200
committerAnton Khirnov <anton@khirnov.net>2022-10-18 13:57:42 +0200
commit18d6c07267994398f99b2241f577f8e7118af099 (patch)
treec0006fd2782de09562e79bf70aa5a17375309bef /fftools/ffmpeg_mux.c
parent965bff37b6181b9db248a0deef7e2643d0ef9721 (diff)
downloadffmpeg-18d6c07267994398f99b2241f577f8e7118af099.tar.gz
fftools/ffmpeg_opt: move opening output files into a new file
ffmpeg_opt.c currently contains code for - parsing the options provided on the command line - opening and initializing input files based on these options - opening and initializing output files based on these options The code dealing with each of these is for the most part disjoint, so it makes sense to move them to separate files. Beyond reducing the quite considerable size of ffmpeg_opt.c, this will also allow exposing muxer internals (currently private to ffmpeg_mux.c) to the initialization code, thus removing the awkward separation currently in place.
Diffstat (limited to 'fftools/ffmpeg_mux.c')
0 files changed, 0 insertions, 0 deletions