FFmpeg
|
#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) |
int ff_mpeg_er_init | ( | MpegEncContext * | s | ) |
Definition at line 96 of file mpeg_er.c.
Referenced by ff_mpv_init_context_frame().
void ff_mpeg_er_frame_start | ( | MpegEncContext * | s | ) |
Definition at line 46 of file mpeg_er.c.
Referenced by decode_wmv9(), ff_mpv_er_frame_start_ext(), ff_rv34_decode_frame(), h261_decode_frame(), mpeg_field_start(), and vc1_decode_frame().
|
inlinestatic |
Definition at line 27 of file mpeg_er.h.
Referenced by ff_h263_decode_frame(), and rv10_decode_packet().