|
FFmpeg
|
#include "libavutil/rational.h"Go to the source code of this file.
Macros | |
| #define | SEQ_END_CODE 0x000001b7 |
| #define | SEQ_START_CODE 0x000001b3 |
| #define | GOP_START_CODE 0x000001b8 |
| #define | PICTURE_START_CODE 0x00000100 |
| #define | SLICE_MIN_START_CODE 0x00000101 |
| #define | SLICE_MAX_START_CODE 0x000001af |
| #define | EXT_START_CODE 0x000001b5 |
| #define | USER_START_CODE 0x000001b2 |
Functions | |
| void | ff_mpeg12_find_best_frame_rate (AVRational frame_rate, int *code, int *ext_n, int *ext_d, int nonstandard) |
| void ff_mpeg12_find_best_frame_rate | ( | AVRational | frame_rate, |
| int * | code, | ||
| int * | ext_n, | ||
| int * | ext_d, | ||
| int | nonstandard | ||
| ) |
Definition at line 44 of file mpeg12framerate.c.
Referenced by mpeg2_metadata_update_fragment(), vaapi_encode_mpeg2_init_sequence_params(), and xavs2_init().
1.8.17