# HG changeset patch # User rtognimp # Date 1136413292 0 # Node ID 838e1844a76d7695e5241b8b0aa4a293f747820b # Parent 01e169aaaa61189f9c36238997b83bec61fb212c 1000.0l timestamps are float diff -r 01e169aaaa61 -r 838e1844a76d libmpdemux/demux_real.c --- 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;