Skip to content

Commit

Permalink
tvheadend addon: don't log every demux packet
Browse files Browse the repository at this point in the history
  • Loading branch information
opdenkamp committed Jan 20, 2011
1 parent 436c1e5 commit 3d4ac62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xbmc/pvrclients/tvheadend/HTSPDemux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ DemuxPacket* cHTSPDemux::Read()

htsmsg_get_u32(msg, "frametype", &frametype);
frametypechar[0] = static_cast<char>( frametype );
XBMC->Log(LOG_DEBUG, "cHTSPDemux::Read - Frame type %c", frametypechar[0]);

// Not the best solution - need to find how to pause video player for longer time.
// This way video player could get enough audio packets in buffer to play without audio discontinuity
Expand Down

0 comments on commit 3d4ac62

Please sign in to comment.