Skip to content

Commit

Permalink
switch commented out code over to new constructor
Browse files Browse the repository at this point in the history
Refs #10495
  • Loading branch information
dekarl committed Jul 21, 2013
1 parent b2d8449 commit 5bde24f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythtv/libs/libmythtv/mpeg/pespacket.cpp
Expand Up @@ -303,8 +303,8 @@ static void return_4096_block(unsigned char* ptr)
if (ts->PID() == 0x1ffb)
{
LOG(VB_GENERAL, LOG_DEBUG, QString(" tid(0x%1) ext(0x%2)")
.arg(PSIPTable::View(*ts).TableID(),0,16)
.arg(PSIPTable::View(*ts).TableIDExtension(),0,16));
.arg(PSIPTable(*ts).TableID(),0,16)
.arg(PSIPTable(*ts).TableIDExtension(),0,16));
}
}
#endif
Expand Down

0 comments on commit 5bde24f

Please sign in to comment.