From 6dafd56e2d85ce2af53485275a192bde5b5c081b Mon Sep 17 00:00:00 2001 From: rtognimp Date: Wed, 4 Jan 2006 22:21:32 +0000 Subject: 1000.0l timestamps are float git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17317 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/demux_real.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpdemux') diff --git a/libmpdemux/demux_real.c b/libmpdemux/demux_real.c index 5348c06b19..0e601f1e85 100644 --- a/libmpdemux/demux_real.c +++ b/libmpdemux/demux_real.c @@ -114,7 +114,7 @@ typedef struct { 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; -- cgit v1.2.3