mirror of
https://github.com/mpv-player/mpv
synced 2025-02-23 08:26:56 +00:00
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:
parent
0d02e37001
commit
6dafd56e2d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user