Added 21 as the version number of xine video plugin to allow it work with latest versions of xine.

This commit is contained in:
Robert Osfield
2006-03-14 09:33:14 +00:00
parent d888d45cea
commit f3715665c0

View File

@@ -2787,6 +2787,7 @@ plugin_info_t xine_plugin_info[] =
{
/* type, API, "name", version, special_info, init_function */
{ PLUGIN_VIDEO_OUT, 20, "rgb", XINE_VERSION_CODE, &vo_info_rgbout, init_class},
{ PLUGIN_VIDEO_OUT, 21, "rgb", XINE_VERSION_CODE, &vo_info_rgbout, init_class},
{ PLUGIN_NONE, 0, "", 0, NULL, NULL}
};