FFmpeg
Functions
mpeg_er.h File Reference
#include "mpegvideo.h"

Go to the source code of this file.

Functions

int ff_mpeg_er_init (MpegEncContext *s)
 
void ff_mpeg_er_frame_start (MpegEncContext *s)
 
static void ff_mpv_er_frame_start_ext (MPVContext *const s, int partitioned_frame, uint16_t pp_time, uint16_t pb_time)
 

Function Documentation

◆ ff_mpeg_er_init()

int ff_mpeg_er_init ( MpegEncContext s)

Definition at line 96 of file mpeg_er.c.

Referenced by ff_mpv_init_context_frame().

◆ ff_mpeg_er_frame_start()

void ff_mpeg_er_frame_start ( MpegEncContext s)

◆ ff_mpv_er_frame_start_ext()

static void ff_mpv_er_frame_start_ext ( MPVContext *const  s,
int  partitioned_frame,
uint16_t  pp_time,
uint16_t  pb_time 
)
inlinestatic

Definition at line 27 of file mpeg_er.h.

Referenced by ff_h263_decode_frame(), and rv10_decode_packet().