Loading...
Searching...
No Matches
Go to the documentation of this file.
53#define DV_PROFILE_IS_HD(p) ((p)->video_stype & 0x10)
54#define DV_PROFILE_IS_1080i50(p) (((p)->video_stype == 0x14) && ((p)->dsf == 1))
55#define DV_PROFILE_IS_1080i60(p) (((p)->video_stype == 0x14) && ((p)->dsf == 0))
56#define DV_PROFILE_IS_720p50(p) (((p)->video_stype == 0x18) && ((p)->dsf == 1))
61#define DV_MAX_FRAME_SIZE 576000
64#define DV_TIMESCALE_VIDEO 60000
67#define DV_TIMESCALE_AUDIO 14112000