|
FFmpegKit iOS / macOS / tvOS API 5.1
|
Go to the source code of this file.
Functions | |
| static void | close_all_output_streams (OutputStream *ost, OSTFinished this_stream, OSTFinished others) |
| void | of_write_packet (OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue) |
| static int | print_sdp (void) |
| int | of_check_init (OutputFile *of) |
| int | of_write_trailer (OutputFile *of) |
| void | of_close (OutputFile **pof) |
|
static |
Definition at line 50 of file fftools_ffmpeg_mux.c.
| int of_check_init | ( | OutputFile * | of | ) |
Definition at line 245 of file fftools_ffmpeg_mux.c.
| void of_close | ( | OutputFile ** | pof | ) |
Definition at line 317 of file fftools_ffmpeg_mux.c.
| void of_write_packet | ( | OutputFile * | of, |
| AVPacket * | pkt, | ||
| OutputStream * | ost, | ||
| int | unqueue | ||
| ) |
Definition at line 59 of file fftools_ffmpeg_mux.c.
| int of_write_trailer | ( | OutputFile * | of | ) |
Definition at line 296 of file fftools_ffmpeg_mux.c.
|
static |
Definition at line 191 of file fftools_ffmpeg_mux.c.