[MPlayer-users] Feature Request: Get OSD Time as a Slave Command

Roger Pack rogerdpack2 at gmail.com
Wed Nov 16 17:59:48 CET 2011


>
> I'd prefer to see "time_get_pos" changed to:
>  if (demuxer->stream_pts != MP_NOPTS_VALUE)
>    pos = demuxer->stream_pts;
>  else if (sh_video)
>    pos = sh_video->pts;
>  ...

I actually had the same thought the other day.  Except them you'd kind
of lose the ability to get the underlying stream pts (would that be a
problem though?)
-roger-


More information about the MPlayer-users mailing list