From 5f7a8371ab0022dbd326d3c8411bd018f4d45e36 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Wed, 12 Jan 2005 11:35:04 +0000 Subject: [PATCH] up to latest xine api! :) SVN revision: 12923 --- legacy/emotion/src/modules/xine/emotion_xine_vo_out.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/emotion/src/modules/xine/emotion_xine_vo_out.c b/legacy/emotion/src/modules/xine/emotion_xine_vo_out.c index f2e5bf1d0b..037af69ca7 100644 --- a/legacy/emotion/src/modules/xine/emotion_xine_vo_out.c +++ b/legacy/emotion/src/modules/xine/emotion_xine_vo_out.c @@ -103,7 +103,7 @@ static vo_info_t _emotion_info = plugin_info_t xine_plugin_info[] = { - { PLUGIN_VIDEO_OUT, 19, "emotion", XINE_VERSION_CODE, &_emotion_info, _emotion_class_init }, + { PLUGIN_VIDEO_OUT, 20, "emotion", XINE_VERSION_CODE, &_emotion_info, _emotion_class_init }, { PLUGIN_NONE, 0, "", 0, NULL, NULL } };