From e88efd011e303cbb7a84f6402eb1e5fe574e0514 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Wed, 26 Nov 2003 19:30:14 +0000 Subject: the viz plugins are feeding their private metronom with video only data, so have_video=1, have_audio=0 seems more logical CVS patchset: 5791 CVS date: 2003/11/26 19:30:14 --- src/post/visualizations/fftgraph.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/post/visualizations/fftgraph.c') diff --git a/src/post/visualizations/fftgraph.c b/src/post/visualizations/fftgraph.c index 50d4293e4..1953563b7 100644 --- a/src/post/visualizations/fftgraph.c +++ b/src/post/visualizations/fftgraph.c @@ -20,7 +20,7 @@ * FftGraph Visualization Post Plugin For xine * by Thibaut Mattern (tmattern@noos.fr) * - * $Id: fftgraph.c,v 1.6 2003/11/20 00:42:14 tmattern Exp $ + * $Id: fftgraph.c,v 1.7 2003/11/26 19:30:17 mroi Exp $ * */ @@ -467,7 +467,7 @@ static post_plugin_t *fftgraph_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; -- cgit v1.2.3