[bug] declaration of variable already used in outer scope
This commit is contained in:
parent
d358fa831e
commit
eff0a366f1
@ -877,7 +877,7 @@ vector<vector<uint8_t>> hevc_extract_priv_data(const uint8_t* buff, int size, in
|
||||
if (nalSize > 0)
|
||||
{
|
||||
spsPps.push_back(vector<uint8_t>());
|
||||
for (int i = 0; i < nalSize; ++i, ++src) spsPps.rbegin()->push_back(*src);
|
||||
for (int k = 0; k < nalSize; ++k, ++src) spsPps.rbegin()->push_back(*src);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user