H264 debug level tweak
This commit is contained in:
parent
08835f6e28
commit
7ac1985681
1 changed files with 0 additions and 4 deletions
|
@ -536,8 +536,6 @@ namespace h264 {
|
|||
|
||||
bool more_rbsp_data(Utils::bitstream & bs){
|
||||
if (bs.size() < 8){
|
||||
//todo IMPLEMENT
|
||||
WARN_MSG("bs.size() < 8, not sure if return value is correct");
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
@ -631,8 +629,6 @@ namespace h264 {
|
|||
}
|
||||
}
|
||||
secondChromaQpIndexOffset = bs.getExpGolomb();
|
||||
|
||||
INFO_MSG("PPS Bits left: %llu", bs.size());
|
||||
}
|
||||
|
||||
void ppsUnit::setPPSNumber(size_t newNumber){
|
||||
|
|
Loading…
Add table
Reference in a new issue