mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Removed some debug code.
This commit is contained in:
parent
16bb7e252a
commit
0ead02b226
@ -94,10 +94,6 @@ enum default_track_priority_e {
|
||||
#define FMT_TID "'%s' track %lld: "
|
||||
|
||||
struct packet_t {
|
||||
// static int64_t packet_id_counter;
|
||||
|
||||
// int64_t packet_id;
|
||||
|
||||
KaxBlockGroup *group;
|
||||
KaxBlock *block;
|
||||
KaxCluster *cluster;
|
||||
@ -113,11 +109,6 @@ struct packet_t {
|
||||
memory_cptr memory;
|
||||
memories_c memory_adds;
|
||||
|
||||
// packet_t();
|
||||
// packet_t(memory_cptr n_memory, int64_t n_timecode = -1,
|
||||
// int64_t n_duration = -1, int64_t n_bref = -1, int64_t n_fref = -1);
|
||||
// packet_t(memory_c *n_memory, int64_t n_timecode = -1,
|
||||
// int64_t n_duration = -1, int64_t n_bref = -1, int64_t n_fref = -1);
|
||||
packet_t():
|
||||
group(NULL), block(NULL), cluster(NULL), data(NULL), length(0),
|
||||
ref_priority(0),
|
||||
|
Loading…
Reference in New Issue
Block a user