mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
mpegtsmux: Remove unused data in TsMuxSection
https://bugzilla.gnome.org/show_bug.cgi?id=721685
This commit is contained in:
parent
29014c726b
commit
f9a4d559eb
1 changed files with 0 additions and 4 deletions
|
@ -90,7 +90,6 @@
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
#define TSMUX_MAX_ES_INFO_LENGTH ((1 << 12) - 1)
|
#define TSMUX_MAX_ES_INFO_LENGTH ((1 << 12) - 1)
|
||||||
#define TSMUX_MAX_SECTION_LENGTH (4096)
|
|
||||||
|
|
||||||
#define TSMUX_PID_AUTO ((guint16)-1)
|
#define TSMUX_PID_AUTO ((guint16)-1)
|
||||||
|
|
||||||
|
@ -107,9 +106,6 @@ typedef void (*TsMuxAllocFunc) (GstBuffer ** buf, void *user_data);
|
||||||
struct TsMuxSection {
|
struct TsMuxSection {
|
||||||
TsMuxPacketInfo pi;
|
TsMuxPacketInfo pi;
|
||||||
GstMpegTsSection *section;
|
GstMpegTsSection *section;
|
||||||
|
|
||||||
/* Private sections can be up to 4096 bytes */
|
|
||||||
guint8 data[TSMUX_MAX_SECTION_LENGTH];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Information for the streams associated with one program */
|
/* Information for the streams associated with one program */
|
||||||
|
|
Loading…
Reference in a new issue