diff mplayer.h @ 34686:ff81a1db421e

Allow to set the OST progress position. Patch by Changyu Li, ironyman13 at gmail.
author cigaes
date Fri, 24 Feb 2012 20:19:46 +0000
parents d068eac6cbf9
children 3be3990375da
line wrap: on
line diff
--- a/mplayer.h	Fri Feb 24 17:26:35 2012 +0000
+++ b/mplayer.h	Fri Feb 24 20:19:46 2012 +0000
@@ -36,6 +36,7 @@
 
 extern float  audio_delay;
 extern double start_pts;
+extern int progbar_align;
 
 /* for the GUI */
 extern int auto_quality;