mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-04 09:15:05 +00:00
Code in the wrong function.
This commit is contained in:
parent
b5b15511f0
commit
be79f31908
@ -43,6 +43,10 @@ vc1::frame_t::frame_t()
|
|||||||
, contains_sequence_header(false)
|
, contains_sequence_header(false)
|
||||||
, contains_field(false)
|
, contains_field(false)
|
||||||
{
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
vc1::frame_t::init() {
|
||||||
header.init();
|
header.init();
|
||||||
data = memory_cptr(NULL);
|
data = memory_cptr(NULL);
|
||||||
timecode = -1;
|
timecode = -1;
|
||||||
@ -51,11 +55,6 @@ vc1::frame_t::frame_t()
|
|||||||
contains_field = false;
|
contains_field = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
vc1::frame_t::init() {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
bool
|
bool
|
||||||
vc1::parse_sequence_header(const unsigned char *buf,
|
vc1::parse_sequence_header(const unsigned char *buf,
|
||||||
int size,
|
int size,
|
||||||
|
Loading…
Reference in New Issue
Block a user