FFmpeg
Data Structures | Macros | Functions
Encoding

Data Structures

struct  RcOverride
 

Macros

#define AV_INPUT_BUFFER_MIN_SIZE   16384
 

Functions

int avcodec_encode_subtitle (AVCodecContext *avctx, uint8_t *buf, int buf_size, const AVSubtitle *sub)
 

Detailed Description

Macro Definition Documentation

◆ AV_INPUT_BUFFER_MIN_SIZE

#define AV_INPUT_BUFFER_MIN_SIZE   16384

minimum encoding buffer size Used to avoid some checks during header writing.

Deprecated:
Unused: avcodec_receive_packet() does not work with preallocated packet buffers.

Definition at line 198 of file avcodec.h.

Function Documentation

◆ avcodec_encode_subtitle()

int avcodec_encode_subtitle ( AVCodecContext avctx,
uint8_t *  buf,
int  buf_size,
const AVSubtitle sub 
)

Definition at line 190 of file encode.c.

Referenced by do_subtitle_out(), and wrap().