FFmpeg
Data Structures | Functions | Variables
ffmpeg_mux.h File Reference
#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 MuxStreamms_from_ost (OutputStream *ost)
 

Variables

int want_sdp
 

Function Documentation

◆ mux_check_init()

int mux_check_init ( Muxer mux)

Definition at line 506 of file ffmpeg_mux.c.

Referenced by of_open(), and of_stream_init().

◆ ms_from_ost()

static MuxStream* ms_from_ost ( OutputStream ost)
static

Variable Documentation

◆ want_sdp

int want_sdp

Definition at line 41 of file ffmpeg_mux.c.

Referenced by mux_check_init(), and of_open().