|
FFmpeg
|
#include <stdatomic.h>#include <stdint.h>#include "thread_queue.h"#include "libavformat/avformat.h"#include "libavcodec/packet.h"#include "libavutil/dict.h"#include "libavutil/fifo.h"#include "libavutil/thread.h"Go to the source code of this file.
Data Structures | |
| struct | MuxStream |
| struct | Muxer |
Functions | |
| int | mux_check_init (Muxer *mux) |
| static MuxStream * | ms_from_ost (OutputStream *ost) |
Variables | |
| int | want_sdp |
Definition at line 590 of file ffmpeg_mux.c.
Referenced by of_open(), and of_stream_init().
|
static |
Definition at line 118 of file ffmpeg_mux.h.
Referenced by mux_final_stats(), of_output_packet(), of_stream_init(), of_streamcopy(), ost_free(), queue_packet(), setup_sync_queues(), streamcopy_init(), thread_start(), and write_packet().
| int want_sdp |
Definition at line 41 of file ffmpeg_mux.c.
Referenced by mux_check_init(), and of_open().
1.8.17