Mercurial > mplayer.hg
changeset 17316:838e1844a76d
1000.0l timestamps are float
author | rtognimp |
---|---|
date | Wed, 04 Jan 2006 22:21:32 +0000 |
parents | 01e169aaaa61 |
children | 69fe94dded9a |
files | libmpdemux/demux_real.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/demux_real.c Wed Jan 04 16:17:05 2006 +0000 +++ b/libmpdemux/demux_real.c Wed Jan 04 22:21:32 2006 +0000 @@ -114,7 +114,7 @@ int coded_framesize[MAX_STREAMS]; ///< coded frame size, per stream int audiopk_size[MAX_STREAMS]; ///< audio packet size unsigned char *audio_buf; ///< place to store reordered audio data - int audio_timestamp; ///< timestamp for all audio packets in a block + float audio_timestamp; ///< timestamp for all audio packets in a block int sub_packet_cnt; ///< number of subpacket already received int audio_filepos; ///< file position of first audio packet in block } real_priv_t;