mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-01 15:56:59 +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_field(false)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
vc1::frame_t::init() {
|
||||
header.init();
|
||||
data = memory_cptr(NULL);
|
||||
timecode = -1;
|
||||
@ -51,11 +55,6 @@ vc1::frame_t::frame_t()
|
||||
contains_field = false;
|
||||
}
|
||||
|
||||
void
|
||||
vc1::frame_t::init() {
|
||||
|
||||
}
|
||||
|
||||
bool
|
||||
vc1::parse_sequence_header(const unsigned char *buf,
|
||||
int size,
|
||||
|
Loading…
Reference in New Issue
Block a user