mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 05:26:23 +00:00
mpegtspacketizer: More AFC flags
I should have put those in a previous commit. sorry :(
This commit is contained in:
parent
cea403eaa5
commit
ca77865bce
1 changed files with 8 additions and 5 deletions
|
@ -39,6 +39,9 @@
|
||||||
#define MPEGTS_MIN_PACKETSIZE MPEGTS_NORMAL_PACKETSIZE
|
#define MPEGTS_MIN_PACKETSIZE MPEGTS_NORMAL_PACKETSIZE
|
||||||
#define MPEGTS_MAX_PACKETSIZE MPEGTS_ATSC_PACKETSIZE
|
#define MPEGTS_MAX_PACKETSIZE MPEGTS_ATSC_PACKETSIZE
|
||||||
|
|
||||||
|
#define MPEGTS_AFC_DISCONTINUITY_FLAG 0x80
|
||||||
|
#define MPEGTS_AFC_RANDOM_ACCES_FLAGS 0x40
|
||||||
|
#define MPEGTS_AFC_ELEMENTARY_STREAM_PRIORITY 0x20
|
||||||
#define MPEGTS_AFC_PCR_FLAG 0x10
|
#define MPEGTS_AFC_PCR_FLAG 0x10
|
||||||
#define MPEGTS_AFC_OPCR_FLAG 0x08
|
#define MPEGTS_AFC_OPCR_FLAG 0x08
|
||||||
#define MPEGTS_AFC_SPLICING_POINT_FLAG 0x04
|
#define MPEGTS_AFC_SPLICING_POINT_FLAG 0x04
|
||||||
|
|
Loading…
Reference in a new issue