summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-engine/xine.c')
-rw-r--r--src/xine-engine/xine.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c
index dbe083ecd..fc0d1b8c5 100644
--- a/src/xine-engine/xine.c
+++ b/src/xine-engine/xine.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.c,v 1.143 2002/07/13 11:11:04 tmattern Exp $
+ * $Id: xine.c,v 1.144 2002/07/14 01:27:03 tmmm Exp $
*
* top-level xine functions
*
@@ -607,6 +607,9 @@ xine_t *xine_init (vo_driver_t *vo,
this->video_driver = vo;
+ /* initialize color conversion tables and functions */
+ init_yuv_conversion();
+
/* init log buffers */
for (i = 0; i < XINE_LOG_NUM; i++)
this->log_buffers[i] = new_scratch_buffer (25);