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:
parent
9e84b737cb
commit
1781b26ad2
@ -73,8 +73,6 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define TSMUX_MAX_ES_INFO_LENGTH ((1 << 12) - 1)
|
||||
|
||||
#define TSMUX_PID_AUTO ((guint16)-1)
|
||||
|
||||
#define TSMUX_START_PROGRAM_ID 0x0001
|
||||
@ -179,9 +177,6 @@ struct TsMux {
|
||||
TsMuxNewStreamFunc new_stream_func;
|
||||
void *new_stream_data;
|
||||
|
||||
/* scratch space for writing ES_info descriptors */
|
||||
guint8 es_info_buf[TSMUX_MAX_ES_INFO_LENGTH];
|
||||
|
||||
guint64 bitrate;
|
||||
guint64 n_bytes;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user