summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg_mux.c
Commit message (Collapse)AuthorAge
* fftools/ffmpeg: move freeing the output file to ffmpeg_mux.cAnton Khirnov2022-04-13
|
* fftools/ffmpeg: move writing the trailer to ffmpeg_mux.cAnton Khirnov2022-04-13
|
* fftools/ffmpeg: move some muxing-related code into a separate fileAnton Khirnov2022-04-13
This is a first step towards making muxers more independent from the rest of the code.