Skip to content

Commit

Permalink
Implement RTPTSDataPacket::GetTSOffset()
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Mar 15, 2012
1 parent 1e97a18 commit fc54265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/rtp/rtptsdatapacket.h
Expand Up @@ -33,7 +33,7 @@ class RTPTSDataPacket : public RTPDataPacket
}

private:
uint GetTSOffset(void) const { return 0; /* TODO */ }
uint GetTSOffset(void) const { return m_off; }
};

#endif // _RTP_TS_DATA_PACKET_H_

0 comments on commit fc54265

Please sign in to comment.