[MPlayer-cvslog] CVS: main/libmpdemux demux_real.c,1.77,1.78

Roberto Togni CVS syncmail at mplayerhq.hu
Wed Jan 4 23:21:35 CET 2006


CVS change done by Roberto Togni CVS

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv7660

Modified Files:
	demux_real.c 
Log Message:
1000.0l timestamps are float


Index: demux_real.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_real.c,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- demux_real.c	19 Dec 2005 19:38:28 -0000	1.77
+++ demux_real.c	4 Jan 2006 22:21:32 -0000	1.78
@@ -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;




More information about the MPlayer-cvslog mailing list