mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-01-26 22:23:16 -05:00
Nit: fix typo in reserve.
This commit is contained in:
parent
1ca6e2a665
commit
c89907d785
@ -139,7 +139,7 @@ bool GetH264SampleEntry(re2::StringPiece extra_data, uint16_t width,
|
||||
uint32_t avc1_len = 86 + avcc_len;
|
||||
|
||||
out->clear();
|
||||
out->reserve(avcc_len);
|
||||
out->reserve(avc1_len);
|
||||
|
||||
// This is a concatenation of the following boxes/classes.
|
||||
// SampleEntry, ISO/IEC 14496-10 section 8.5.2.
|
||||
|
Loading…
x
Reference in New Issue
Block a user