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

Function Documentation

◆ mux_check_init()

int mux_check_init ( void *  arg)

Definition at line 553 of file ffmpeg_mux.c.

Referenced by of_open().

◆ ms_from_ost()

static MuxStream* ms_from_ost ( OutputStream ost)
static