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/goom/xine_goom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/post/goom') diff --git a/src/post/goom/xine_goom.c b/src/post/goom/xine_goom.c index 53348c994..0bf8305a5 100644 --- a/src/post/goom/xine_goom.c +++ b/src/post/goom/xine_goom.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_goom.c,v 1.42 2003/11/20 00:42:14 tmattern Exp $ + * $Id: xine_goom.c,v 1.43 2003/11/26 19:30:14 mroi Exp $ * * GOOM post plugin. * @@ -259,7 +259,7 @@ static post_plugin_t *goom_open_plugin(post_class_t *class_gen, int inputs, this->class = class; class->ip = this; - this->metronom = _x_metronom_init(0, 1, class->xine); + this->metronom = _x_metronom_init(1, 0, class->xine); lprintf("goom: goom_open_plugin\n"); -- cgit v1.2.3