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 506 of file ffmpeg_mux.c.
Referenced by of_open(), and of_stream_init().
|
static |
Definition at line 97 of file ffmpeg_mux.h.
Referenced by of_output_packet(), of_stream_init(), ost_free(), queue_packet(), setup_sync_queues(), 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().