Skip to content

Commit

Permalink
Comment out debug code again
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianFeldmann committed Oct 27, 2020
1 parent 969bcc8 commit 620766b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions YUViewLib/src/parser/parserAnnexBAVC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2265,10 +2265,10 @@ void parserAnnexBAVC::HRD::addAU(unsigned auBits, unsigned poc, QSharedPointer<s
// number of bits that stream eye counts for au 0.
// For one example I investigated it looked like the parameter sets (SPS + PPS) were counted twice for the
// first AU.
if (this->au_n == 0)
{
auBits += 49 * 8;
}
// if (this->au_n == 0)
// {
// auBits += 49 * 8;
// }

/* Some notation:
t_ai: The time at which the first bit of access unit n begins to enter the CPB is
Expand Down

0 comments on commit 620766b

Please sign in to comment.