tsmux.h: Remove TSMUX_MAX_ES_INFO_LENGTH dead code

Also TsMux.es_info_buf which was also not used anywhere

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4681>
This commit is contained in:
Vivia Nikolaidou 2023-05-22 13:51:47 +03:00 committed by Edward Hervey
parent 9e84b737cb
commit 1781b26ad2

View file

@ -73,8 +73,6 @@
G_BEGIN_DECLS G_BEGIN_DECLS
#define TSMUX_MAX_ES_INFO_LENGTH ((1 << 12) - 1)
#define TSMUX_PID_AUTO ((guint16)-1) #define TSMUX_PID_AUTO ((guint16)-1)
#define TSMUX_START_PROGRAM_ID 0x0001 #define TSMUX_START_PROGRAM_ID 0x0001
@ -179,9 +177,6 @@ struct TsMux {
TsMuxNewStreamFunc new_stream_func; TsMuxNewStreamFunc new_stream_func;
void *new_stream_data; void *new_stream_data;
/* scratch space for writing ES_info descriptors */
guint8 es_info_buf[TSMUX_MAX_ES_INFO_LENGTH];
guint64 bitrate; guint64 bitrate;
guint64 n_bytes; guint64 n_bytes;