mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:06:17 +00:00
mpegtspacketizer: Fix typo in flag name
This commit is contained in:
parent
5d160a8968
commit
68f69d419b
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
#define MPEGTS_MAX_PACKETSIZE MPEGTS_ATSC_PACKETSIZE
|
#define MPEGTS_MAX_PACKETSIZE MPEGTS_ATSC_PACKETSIZE
|
||||||
|
|
||||||
#define MPEGTS_AFC_DISCONTINUITY_FLAG 0x80
|
#define MPEGTS_AFC_DISCONTINUITY_FLAG 0x80
|
||||||
#define MPEGTS_AFC_RANDOM_ACCES_FLAGS 0x40
|
#define MPEGTS_AFC_RANDOM_ACCESS_FLAG 0x40
|
||||||
#define MPEGTS_AFC_ELEMENTARY_STREAM_PRIORITY 0x20
|
#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
|
||||||
|
|
Loading…
Reference in a new issue