📄 pts.h
字号:
/* Copyright 1996, ESS Technology, Inc. *//* SCCSID @(#)pts.h 1.4 10/24/97 *//* * $Log$ *//* We store the most significant 32 bits of the PTS. Also we measure in 45 Khz. For NTSC, successive pictures should therefore differ in PTS by 3003.*/GBLDEF_0(unsigned PTS_aud, 0); /* Audio pts */GBLDEF_0(unsigned PTS_vid, 0); /* Video pts */GBLDEF_0(unsigned PTS_last, 0); /* Last pts type; 1=A, 2=V */GBLDEF(int PTS_xsit, -1); /* Take note: pts type changed! */GBLDEF(int PTS_units_per_256_audio_samples, 240);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -