mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Removed unneeded commented-out code.
This commit is contained in:
parent
a25e565d35
commit
26a3f6083e
@ -36,60 +36,6 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
// int64_t packet_t::packet_id_counter = 0;
|
||||
|
||||
// packet_t::packet_t():
|
||||
// group(NULL), block(NULL), cluster(NULL), data(NULL), length(0),
|
||||
// ref_priority(0),
|
||||
// timecode(0), bref(0), fref(0), duration(0),
|
||||
// packet_num(0),
|
||||
// assigned_timecode(0), unmodified_assigned_timecode(0),
|
||||
// unmodified_duration(0),
|
||||
// duration_mandatory(false), superseeded(false), gap_following(false),
|
||||
// source(NULL) {
|
||||
|
||||
// packet_id = packet_id_counter;
|
||||
// ++packet_id_counter;
|
||||
// }
|
||||
|
||||
// packet_t::packet_t(memory_cptr n_memory,
|
||||
// int64_t n_timecode,
|
||||
// int64_t n_duration,
|
||||
// int64_t n_bref,
|
||||
// int64_t n_fref):
|
||||
// group(NULL), block(NULL), cluster(NULL), data(NULL), length(0),
|
||||
// ref_priority(0),
|
||||
// timecode(n_timecode), bref(n_bref), fref(n_fref),
|
||||
// duration(n_duration),
|
||||
// packet_num(0),
|
||||
// assigned_timecode(0), unmodified_assigned_timecode(0),
|
||||
// unmodified_duration(0),
|
||||
// duration_mandatory(false), superseeded(false), gap_following(false),
|
||||
// source(NULL), memory(n_memory) {
|
||||
|
||||
// packet_id = packet_id_counter;
|
||||
// ++packet_id_counter;
|
||||
// }
|
||||
|
||||
// packet_t::packet_t(memory_c *n_memory,
|
||||
// int64_t n_timecode,
|
||||
// int64_t n_duration,
|
||||
// int64_t n_bref,
|
||||
// int64_t n_fref):
|
||||
// group(NULL), block(NULL), cluster(NULL), data(NULL), length(0),
|
||||
// ref_priority(0),
|
||||
// timecode(n_timecode), bref(n_bref), fref(n_fref),
|
||||
// duration(n_duration),
|
||||
// packet_num(0),
|
||||
// assigned_timecode(0), unmodified_assigned_timecode(0),
|
||||
// unmodified_duration(0),
|
||||
// duration_mandatory(false), superseeded(false), gap_following(false),
|
||||
// source(NULL), memory(memory_cptr(n_memory)) {
|
||||
|
||||
// packet_id = packet_id_counter;
|
||||
// ++packet_id_counter;
|
||||
// }
|
||||
|
||||
packet_t::~packet_t() {
|
||||
vector<unsigned char *>::iterator i;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user