[MPlayer-cvslog] r32951 - trunk/mpcommon.h

reimar subversion at mplayerhq.hu
Tue Feb 22 19:24:04 CET 2011


Author: reimar
Date: Tue Feb 22 19:24:04 2011
New Revision: 32951

Log:
Apply forgotten part of previous patch, adding calc_a_pts to mpcommon.h.

Modified:
   trunk/mpcommon.h

Modified: trunk/mpcommon.h
==============================================================================
--- trunk/mpcommon.h	Tue Feb 22 19:22:16 2011	(r32950)
+++ trunk/mpcommon.h	Tue Feb 22 19:24:04 2011	(r32951)
@@ -27,6 +27,7 @@
 
 #define ROUND(x) ((int)((x) < 0 ? (x) - 0.5 : (x) + 0.5))
 
+struct sh_audio;
 struct sh_video;
 
 extern double sub_last_pts;
@@ -74,4 +75,6 @@ void set_osd_subtitle(subtitle *subs);
 void common_preinit(void);
 int common_init(void);
 
+double calc_a_pts(struct sh_audio *sh_audio, demux_stream_t *d_audio);
+
 #endif /* MPLAYER_MPCOMMON_H */


More information about the MPlayer-cvslog mailing list