FFmpeg
|
#include <stdatomic.h>
#include <stdint.h>
#include "ffmpeg_sched.h"
#include "libavformat/avformat.h"
#include "libavcodec/packet.h"
#include "libavutil/dict.h"
#include "libavutil/fifo.h"
Go to the source code of this file.
Data Structures | |
struct | MuxStream |
struct | Muxer |
Functions | |
int | mux_check_init (void *arg) |
static MuxStream * | ms_from_ost (OutputStream *ost) |
int mux_check_init | ( | void * | arg | ) |
Definition at line 555 of file ffmpeg_mux.c.
Referenced by of_open().
|
static |
Definition at line 126 of file ffmpeg_mux.h.
Referenced by create_streams(), mux_final_stats(), mux_packet_filter(), new_stream_audio(), new_stream_video(), of_add_attachments(), of_stream_init(), of_streamcopy(), ost_free(), setup_sync_queues(), streamcopy_init(), and write_packet().