diff options
author | Anton Khirnov <anton@khirnov.net> | 2021-11-10 15:21:47 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-04-13 12:07:54 +0200 |
commit | 5bc644ea8a6a0f8d02df36a12c1ce09bda696a77 (patch) | |
tree | d6e646fabe89c6d88ff0bb95c7dcf99d726163d2 /fftools/ffmpeg.h | |
parent | 288aa37387e93deefa66ff01f1ffae1d6a8988e3 (diff) | |
download | ffmpeg-5bc644ea8a6a0f8d02df36a12c1ce09bda696a77.tar.gz |
fftools/ffmpeg: move writing the trailer to ffmpeg_mux.c
Diffstat (limited to 'fftools/ffmpeg.h')
-rw-r--r-- | fftools/ffmpeg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h index cb475bb690..4425b7a874 100644 --- a/fftools/ffmpeg.h +++ b/fftools/ffmpeg.h @@ -689,6 +689,7 @@ int hwaccel_decode_init(AVCodecContext *avctx); /* open the muxer when all the streams are initialized */ int of_check_init(OutputFile *of); +int of_write_trailer(OutputFile *of); void of_write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue); |