In what units is pts measured?
#1
xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodec.h:46 states:

Code:
// should be entirely filled by all codecs
struct DVDVideoPicture
{
  double pts; // timestamp in seconds, used in the CDVDPlayer class to keep track of pts
  double dts;
  ...

In reality it seems to be in microseconds. Or, probaly in 1.0/DVD_TIME_BASE units, which by a coincedence are microseconds now.
Can you clarify what gues is correct and change comment in DVDVideoPicture accordingly? Thanks.
Reply
#2
Yes, it's microseconds.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply

Logout Mark Read Team Forum Stats Members Help
In what units is pts measured?0