22#ifndef AVCODEC_MPEG12_H
23#define AVCODEC_MPEG12_H
28#define SEQ_END_CODE 0x000001b7
29#define SEQ_START_CODE 0x000001b3
30#define GOP_START_CODE 0x000001b8
31#define PICTURE_START_CODE 0x00000100
32#define SLICE_MIN_START_CODE 0x00000101
33#define SLICE_MAX_START_CODE 0x000001af
34#define EXT_START_CODE 0x000001b5
35#define USER_START_CODE 0x000001b2
38 int *
code,
int *ext_n,
int *ext_d,
void ff_mpeg12_find_best_frame_rate(AVRational frame_rate, int *code, int *ext_n, int *ext_d, int nonstandard)
Utilities for rational number calculation.
Rational number (pair of numerator and denominator).