Fix mkvmuxer::Track::set_uid().
Modifying const variables doesn't work. Change-Id: Ie1aa9ce1779002973ec93f808ba5e86c569b9df4
This commit is contained in:
@@ -334,7 +334,7 @@ class Track {
|
|||||||
char* name_;
|
char* name_;
|
||||||
uint64 number_;
|
uint64 number_;
|
||||||
uint64 type_;
|
uint64 type_;
|
||||||
const uint64 uid_;
|
uint64 uid_;
|
||||||
|
|
||||||
// Size of the CodecPrivate data in bytes.
|
// Size of the CodecPrivate data in bytes.
|
||||||
uint64 codec_private_length_;
|
uint64 codec_private_length_;
|
||||||
|
|||||||
Reference in New Issue
Block a user