|
FFmpeg
|
Constants for DV codec. More...
Go to the source code of this file.
Macros | |
| #define | DV_PROFILE_IS_HD(p) |
| #define | DV_PROFILE_IS_1080i50(p) |
| #define | DV_PROFILE_IS_1080i60(p) |
| #define | DV_PROFILE_IS_720p50(p) |
| #define | DV_MAX_FRAME_SIZE 576000 |
| largest possible DV frame, in bytes (1080i50) | |
| #define | DV_TIMESCALE_VIDEO 60000 |
| #define | DV_TIMESCALE_AUDIO 14112000 |
| #define | DV_MAX_BPM 8 |
| maximum number of blocks per macroblock in any DV format | |
Enumerations | |
| enum | DVSectionType { DV_SECT_HEADER = 0x1f , DV_SECT_SUBCODE = 0x3f , DV_SECT_VAUX = 0x56 , DV_SECT_AUDIO = 0x76 , DV_SECT_VIDEO = 0x96 } |
| enum | DVPackType { DV_HEADER525 = 0x3f , DV_HEADER625 = 0xbf , DV_TIMECODE = 0x13 , DV_AUDIO_SOURCE = 0x50 , DV_AUDIO_CONTROL = 0x51 , DV_AUDIO_RECDATE = 0x52 , DV_AUDIO_RECTIME = 0x53 , DV_VIDEO_SOURCE = 0x60 , DV_VIDEO_CONTROL = 0x61 , DV_VIDEO_RECDATE = 0x62 , DV_VIDEO_RECTIME = 0x63 , DV_UNKNOWN_PACK = 0xff } |
Constants for DV codec.
Definition in file dv.h.
| #define DV_PROFILE_IS_HD | ( | p | ) |
Definition at line 53 of file dv.h.
Referenced by dv_decode_video_segment(), dv_encode_video_segment(), dv_init_enc_block(), dv_init_weight_tables(), dv_write_pack(), and dv_write_pack().
| #define DV_PROFILE_IS_1080i50 | ( | p | ) |
Definition at line 54 of file dv.h.
Referenced by dv_work_pool_size(), and ff_dv_init_dynamic_tables().
| #define DV_PROFILE_IS_1080i60 | ( | p | ) |
| #define DV_PROFILE_IS_720p50 | ( | p | ) |
Definition at line 56 of file dv.h.
Referenced by dv_work_pool_size(), and ff_dv_init_dynamic_tables().
| #define DV_MAX_FRAME_SIZE 576000 |
| #define DV_MAX_BPM 8 |
maximum number of blocks per macroblock in any DV format
Definition at line 72 of file dv.h.
Referenced by dv_decode_video_segment(), and dv_encode_video_segment().
| enum DVSectionType |
| enum DVPackType |