mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
tsdemux: Remove unused macros
This commit is contained in:
parent
edd69b2989
commit
a45aa8fe48
1 changed files with 0 additions and 12 deletions
|
@ -51,21 +51,9 @@
|
||||||
* See TODO for explanations on improvements needed
|
* See TODO for explanations on improvements needed
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* latency in mseconds */
|
|
||||||
#define TS_LATENCY 700
|
|
||||||
|
|
||||||
#define TABLE_ID_UNSET 0xFF
|
|
||||||
|
|
||||||
#define CONTINUITY_UNSET 255
|
#define CONTINUITY_UNSET 255
|
||||||
#define MAX_CONTINUITY 15
|
#define MAX_CONTINUITY 15
|
||||||
|
|
||||||
#define PCR_WRAP_SIZE_128KBPS (((gint64)1490)*(1024*1024))
|
|
||||||
/* small PCR for wrap detection */
|
|
||||||
#define PCR_SMALL 17775000
|
|
||||||
/* maximal PCR time */
|
|
||||||
#define PCR_MAX_VALUE (((((guint64)1)<<33) * 300) + 298)
|
|
||||||
#define PTS_DTS_MAX_VALUE (((guint64)1) << 33)
|
|
||||||
|
|
||||||
/* Seeking/Scanning related variables */
|
/* Seeking/Scanning related variables */
|
||||||
|
|
||||||
/* seek to SEEK_TIMESTAMP_OFFSET before the desired offset and search then
|
/* seek to SEEK_TIMESTAMP_OFFSET before the desired offset and search then
|
||||||
|
|
Loading…
Reference in a new issue