1000.0l timestamps are float

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17317 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rtognimp 2006-01-04 22:21:32 +00:00
parent 0d02e37001
commit 6dafd56e2d
1 changed files with 1 additions and 1 deletions

View File

@ -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;