|
FFmpeg
|
#include "libavutil/rational.h"Go to the source code of this file.
Macros | |
| #define | AVS2_SLICE_MAX_START_CODE 0x000001AF |
| #define | AVS2_ISPIC(x) |
| #define | AVS2_ISUNIT(x) |
Enumerations | |
| enum | { AVS2_SEQ_START_CODE = 0xB0 , AVS2_SEQ_END_CODE = 0xB1 , AVS2_USER_DATA_START_CODE = 0xB2 , AVS2_INTRA_PIC_START_CODE = 0xB3 , AVS2_EXTENSION_START_CODE = 0xB5 , AVS2_INTER_PIC_START_CODE = 0xB6 } |
| enum | AVS2Profile { AVS2_PROFILE_MAIN_PIC = 0x12 , AVS2_PROFILE_MAIN = 0x20 , AVS2_PROFILE_MAIN10 = 0x22 } |
Variables | |
| const AVRational | ff_avs2_frame_rate_tab [16] |
| #define AVS2_ISPIC | ( | x | ) |
Definition at line 40 of file avs2.h.
Referenced by avs2_find_frame_end().
| #define AVS2_ISUNIT | ( | x | ) |
Definition at line 41 of file avs2.h.
Referenced by avs2_find_frame_end().
| anonymous enum |
| enum AVS2Profile |
|
extern |
Definition at line 25 of file avs2.c.
Referenced by davs2_dump_frames(), and parse_avs2_seq_header().