diff options
Diffstat (limited to 'src/post/visualizations/oscope.c')
-rw-r--r-- | src/post/visualizations/oscope.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/post/visualizations/oscope.c b/src/post/visualizations/oscope.c index 2c28e7de3..ee3c905d1 100644 --- a/src/post/visualizations/oscope.c +++ b/src/post/visualizations/oscope.c @@ -20,7 +20,7 @@ * Basic Oscilloscope Visualization Post Plugin For xine * by Mike Melanson (melanson@pcisys.net) * - * $Id: oscope.c,v 1.13 2003/11/20 00:42:14 tmattern Exp $ + * $Id: oscope.c,v 1.14 2003/11/26 19:30:17 mroi Exp $ * */ @@ -373,7 +373,7 @@ static post_plugin_t *oscope_open_plugin(post_class_t *class_gen, int inputs, return NULL; } - this->metronom = _x_metronom_init(0, 1, class->xine); + this->metronom = _x_metronom_init(1, 0, class->xine); this->sample_counter = 0; this->stream = NULL; |