modules_plugin.h
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:20k
源码类别:

多媒体

开发平台:

MultiPlatform

  1. /*****************************************************************************
  2.  * modules_plugin.h : Plugin management functions used by the core application.
  3.  *****************************************************************************
  4.  * Copyright (C) 2001 VideoLAN
  5.  * Automatically generated from ./src/misc/modules_plugin.h.in by bootstrap
  6.  *
  7.  * Authors: Samuel Hocevar <sam@zoy.org>
  8.  *
  9.  * This program is free software; you can redistribute it and/or modify
  10.  * it under the terms of the GNU General Public License as published by
  11.  * the Free Software Foundation; either version 2 of the License, or
  12.  * (at your option) any later version.
  13.  *
  14.  * This program is distributed in the hope that it will be useful,
  15.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17.  * GNU General Public License for more details.
  18.  *
  19.  * You should have received a copy of the GNU General Public License
  20.  * along with this program; if not, write to the Free Software
  21.  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  22.  *****************************************************************************/
  23. /*****************************************************************************
  24.  * STORE_SYMBOLS: store known symbols into p_symbols for plugin access.
  25.  *****************************************************************************/
  26. #define STORE_SYMBOLS( p_symbols ) 
  27.     (p_symbols)->aout_FiltersCreatePipeline_inner = aout_FiltersCreatePipeline; 
  28.     (p_symbols)->aout_FiltersDestroyPipeline_inner = aout_FiltersDestroyPipeline; 
  29.     (p_symbols)->aout_FiltersPlay_inner = aout_FiltersPlay; 
  30.     (p_symbols)->aout_OutputNextBuffer_inner = aout_OutputNextBuffer; 
  31.     (p_symbols)->aout_FormatNbChannels_inner = aout_FormatNbChannels; 
  32.     (p_symbols)->aout_FormatPrepare_inner = aout_FormatPrepare; 
  33.     (p_symbols)->aout_FormatPrint_inner = aout_FormatPrint; 
  34.     (p_symbols)->aout_FormatsPrint_inner = aout_FormatsPrint; 
  35.     (p_symbols)->aout_FormatPrintChannels_inner = aout_FormatPrintChannels; 
  36.     (p_symbols)->aout_FifoPop_inner = aout_FifoPop; 
  37.     (p_symbols)->aout_FifoFirstDate_inner = aout_FifoFirstDate; 
  38.     (p_symbols)->aout_VolumeSoftInit_inner = aout_VolumeSoftInit; 
  39.     (p_symbols)->aout_VolumeNoneInit_inner = aout_VolumeNoneInit; 
  40.     (p_symbols)->__aout_New_inner = __aout_New; 
  41.     (p_symbols)->aout_Delete_inner = aout_Delete; 
  42.     (p_symbols)->aout_DateInit_inner = aout_DateInit; 
  43.     (p_symbols)->aout_DateSet_inner = aout_DateSet; 
  44.     (p_symbols)->aout_DateMove_inner = aout_DateMove; 
  45.     (p_symbols)->aout_DateGet_inner = aout_DateGet; 
  46.     (p_symbols)->aout_DateIncrement_inner = aout_DateIncrement; 
  47.     (p_symbols)->aout_CheckChannelReorder_inner = aout_CheckChannelReorder; 
  48.     (p_symbols)->aout_ChannelReorder_inner = aout_ChannelReorder; 
  49.     (p_symbols)->__aout_DecNew_inner = __aout_DecNew; 
  50.     (p_symbols)->aout_DecDelete_inner = aout_DecDelete; 
  51.     (p_symbols)->aout_DecNewBuffer_inner = aout_DecNewBuffer; 
  52.     (p_symbols)->aout_DecDeleteBuffer_inner = aout_DecDeleteBuffer; 
  53.     (p_symbols)->aout_DecPlay_inner = aout_DecPlay; 
  54.     (p_symbols)->__aout_VolumeGet_inner = __aout_VolumeGet; 
  55.     (p_symbols)->__aout_VolumeSet_inner = __aout_VolumeSet; 
  56.     (p_symbols)->__aout_VolumeInfos_inner = __aout_VolumeInfos; 
  57.     (p_symbols)->__aout_VolumeUp_inner = __aout_VolumeUp; 
  58.     (p_symbols)->__aout_VolumeDown_inner = __aout_VolumeDown; 
  59.     (p_symbols)->__aout_VolumeMute_inner = __aout_VolumeMute; 
  60.     (p_symbols)->aout_Restart_inner = aout_Restart; 
  61.     (p_symbols)->aout_FindAndRestart_inner = aout_FindAndRestart; 
  62.     (p_symbols)->aout_ChannelsRestart_inner = aout_ChannelsRestart; 
  63.     (p_symbols)->vlc_current_charset_inner = vlc_current_charset; 
  64.     (p_symbols)->__config_GetType_inner = __config_GetType; 
  65.     (p_symbols)->__config_GetInt_inner = __config_GetInt; 
  66.     (p_symbols)->__config_PutInt_inner = __config_PutInt; 
  67.     (p_symbols)->__config_GetFloat_inner = __config_GetFloat; 
  68.     (p_symbols)->__config_PutFloat_inner = __config_PutFloat; 
  69.     (p_symbols)->__config_GetPsz_inner = __config_GetPsz; 
  70.     (p_symbols)->__config_PutPsz_inner = __config_PutPsz; 
  71.     (p_symbols)->__config_LoadCmdLine_inner = __config_LoadCmdLine; 
  72.     (p_symbols)->config_GetHomeDir_inner = config_GetHomeDir; 
  73.     (p_symbols)->__config_LoadConfigFile_inner = __config_LoadConfigFile; 
  74.     (p_symbols)->__config_SaveConfigFile_inner = __config_SaveConfigFile; 
  75.     (p_symbols)->__config_ResetAll_inner = __config_ResetAll; 
  76.     (p_symbols)->config_FindConfig_inner = config_FindConfig; 
  77.     (p_symbols)->config_FindModule_inner = config_FindModule; 
  78.     (p_symbols)->config_Duplicate_inner = config_Duplicate; 
  79.     (p_symbols)->config_SetCallbacks_inner = config_SetCallbacks; 
  80.     (p_symbols)->config_UnsetCallbacks_inner = config_UnsetCallbacks; 
  81.     (p_symbols)->__intf_Eject_inner = __intf_Eject; 
  82.     (p_symbols)->GetLang_1_inner = GetLang_1; 
  83.     (p_symbols)->GetLang_2T_inner = GetLang_2T; 
  84.     (p_symbols)->GetLang_2B_inner = GetLang_2B; 
  85.     (p_symbols)->DecodeLanguage_inner = DecodeLanguage; 
  86.     (p_symbols)->__module_Need_inner = __module_Need; 
  87.     (p_symbols)->__module_Unneed_inner = __module_Unneed; 
  88.     (p_symbols)->mstrtime_inner = mstrtime; 
  89.     (p_symbols)->mdate_inner = mdate; 
  90.     (p_symbols)->mwait_inner = mwait; 
  91.     (p_symbols)->msleep_inner = msleep; 
  92.     (p_symbols)->secstotimestr_inner = secstotimestr; 
  93.     (p_symbols)->date_Init_inner = date_Init; 
  94.     (p_symbols)->date_Change_inner = date_Change; 
  95.     (p_symbols)->date_Set_inner = date_Set; 
  96.     (p_symbols)->date_Get_inner = date_Get; 
  97.     (p_symbols)->date_Move_inner = date_Move; 
  98.     (p_symbols)->date_Increment_inner = date_Increment; 
  99.     (p_symbols)->__net_OpenTCP_inner = __net_OpenTCP; 
  100.     (p_symbols)->__net_ListenTCP_inner = __net_ListenTCP; 
  101.     (p_symbols)->__net_Accept_inner = __net_Accept; 
  102.     (p_symbols)->__net_OpenUDP_inner = __net_OpenUDP; 
  103.     (p_symbols)->net_Close_inner = net_Close; 
  104.     (p_symbols)->__net_Read_inner = __net_Read; 
  105.     (p_symbols)->__net_ReadNonBlock_inner = __net_ReadNonBlock; 
  106.     (p_symbols)->__net_Select_inner = __net_Select; 
  107.     (p_symbols)->__net_Write_inner = __net_Write; 
  108.     (p_symbols)->__net_Gets_inner = __net_Gets; 
  109.     (p_symbols)->net_Printf_inner = net_Printf; 
  110.     (p_symbols)->__net_vaPrintf_inner = __net_vaPrintf; 
  111.     (p_symbols)->vout_ShowTextRelative_inner = vout_ShowTextRelative; 
  112.     (p_symbols)->vout_ShowTextAbsolute_inner = vout_ShowTextAbsolute; 
  113.     (p_symbols)->__vout_OSDMessage_inner = __vout_OSDMessage; 
  114.     (p_symbols)->vout_OSDSlider_inner = vout_OSDSlider; 
  115.     (p_symbols)->vout_OSDIcon_inner = vout_OSDIcon; 
  116.     (p_symbols)->__sout_CfgParse_inner = __sout_CfgParse; 
  117.     (p_symbols)->sout_CfgCreate_inner = sout_CfgCreate; 
  118.     (p_symbols)->__sout_NewInstance_inner = __sout_NewInstance; 
  119.     (p_symbols)->sout_DeleteInstance_inner = sout_DeleteInstance; 
  120.     (p_symbols)->sout_InputNew_inner = sout_InputNew; 
  121.     (p_symbols)->sout_InputDelete_inner = sout_InputDelete; 
  122.     (p_symbols)->sout_InputSendBuffer_inner = sout_InputSendBuffer; 
  123.     (p_symbols)->sout_AccessOutNew_inner = sout_AccessOutNew; 
  124.     (p_symbols)->sout_AccessOutDelete_inner = sout_AccessOutDelete; 
  125.     (p_symbols)->sout_AccessOutSeek_inner = sout_AccessOutSeek; 
  126.     (p_symbols)->sout_AccessOutRead_inner = sout_AccessOutRead; 
  127.     (p_symbols)->sout_AccessOutWrite_inner = sout_AccessOutWrite; 
  128.     (p_symbols)->sout_MuxNew_inner = sout_MuxNew; 
  129.     (p_symbols)->sout_MuxAddStream_inner = sout_MuxAddStream; 
  130.     (p_symbols)->sout_MuxDeleteStream_inner = sout_MuxDeleteStream; 
  131.     (p_symbols)->sout_MuxDelete_inner = sout_MuxDelete; 
  132.     (p_symbols)->sout_MuxSendBuffer_inner = sout_MuxSendBuffer; 
  133.     (p_symbols)->sout_StreamNew_inner = sout_StreamNew; 
  134.     (p_symbols)->sout_StreamDelete_inner = sout_StreamDelete; 
  135.     (p_symbols)->sout_AnnounceRegister_inner = sout_AnnounceRegister; 
  136.     (p_symbols)->sout_AnnounceRegisterSDP_inner = sout_AnnounceRegisterSDP; 
  137.     (p_symbols)->sout_AnnounceUnRegister_inner = sout_AnnounceUnRegister; 
  138.     (p_symbols)->sout_AnnounceSessionCreate_inner = sout_AnnounceSessionCreate; 
  139.     (p_symbols)->sout_AnnounceSessionDestroy_inner = sout_AnnounceSessionDestroy; 
  140.     (p_symbols)->sout_AnnounceMethodCreate_inner = sout_AnnounceMethodCreate; 
  141.     (p_symbols)->__var_Create_inner = __var_Create; 
  142.     (p_symbols)->__var_Destroy_inner = __var_Destroy; 
  143.     (p_symbols)->__var_Change_inner = __var_Change; 
  144.     (p_symbols)->__var_Type_inner = __var_Type; 
  145.     (p_symbols)->__var_Set_inner = __var_Set; 
  146.     (p_symbols)->__var_Get_inner = __var_Get; 
  147.     (p_symbols)->__var_AddCallback_inner = __var_AddCallback; 
  148.     (p_symbols)->__var_DelCallback_inner = __var_DelCallback; 
  149.     (p_symbols)->__vout_Request_inner = __vout_Request; 
  150.     (p_symbols)->__vout_Create_inner = __vout_Create; 
  151.     (p_symbols)->vout_Destroy_inner = vout_Destroy; 
  152.     (p_symbols)->vout_VarCallback_inner = vout_VarCallback; 
  153.     (p_symbols)->vout_ChromaCmp_inner = vout_ChromaCmp; 
  154.     (p_symbols)->vout_CreatePicture_inner = vout_CreatePicture; 
  155.     (p_symbols)->vout_InitFormat_inner = vout_InitFormat; 
  156.     (p_symbols)->vout_DestroyPicture_inner = vout_DestroyPicture; 
  157.     (p_symbols)->vout_DisplayPicture_inner = vout_DisplayPicture; 
  158.     (p_symbols)->vout_DatePicture_inner = vout_DatePicture; 
  159.     (p_symbols)->vout_LinkPicture_inner = vout_LinkPicture; 
  160.     (p_symbols)->vout_UnlinkPicture_inner = vout_UnlinkPicture; 
  161.     (p_symbols)->vout_PlacePicture_inner = vout_PlacePicture; 
  162.     (p_symbols)->vout_vaControlDefault_inner = vout_vaControlDefault; 
  163.     (p_symbols)->vout_RequestWindow_inner = vout_RequestWindow; 
  164.     (p_symbols)->vout_ReleaseWindow_inner = vout_ReleaseWindow; 
  165.     (p_symbols)->vout_ControlWindow_inner = vout_ControlWindow; 
  166.     (p_symbols)->__access2_New_inner = __access2_New; 
  167.     (p_symbols)->access2_Delete_inner = access2_Delete; 
  168.     (p_symbols)->__block_New_inner = __block_New; 
  169.     (p_symbols)->block_Realloc_inner = block_Realloc; 
  170.     (p_symbols)->__block_FifoNew_inner = __block_FifoNew; 
  171.     (p_symbols)->block_FifoRelease_inner = block_FifoRelease; 
  172.     (p_symbols)->block_FifoEmpty_inner = block_FifoEmpty; 
  173.     (p_symbols)->block_FifoPut_inner = block_FifoPut; 
  174.     (p_symbols)->block_FifoGet_inner = block_FifoGet; 
  175.     (p_symbols)->block_FifoShow_inner = block_FifoShow; 
  176.         (p_symbols)->vlc_strdup_inner = vlc_strdup; 
  177.         (p_symbols)->vlc_vasprintf_inner = vlc_vasprintf; 
  178.         (p_symbols)->vlc_asprintf_inner = vlc_asprintf; 
  179.             (p_symbols)->vlc_strndup_inner = vlc_strndup; 
  180.         (p_symbols)->vlc_atof_inner = vlc_atof; 
  181.         (p_symbols)->vlc_atoll_inner = vlc_atoll; 
  182.         (p_symbols)->vlc_strtoll_inner = vlc_strtoll; 
  183.         (p_symbols)->vlc_getenv_inner = vlc_getenv; 
  184.             (p_symbols)->vlc_strcasecmp_inner = vlc_strcasecmp; 
  185.             (p_symbols)->vlc_strncasecmp_inner = vlc_strncasecmp; 
  186.             (p_symbols)->vlc_strcasestr_inner = vlc_strcasestr; 
  187.         (p_symbols)->vlc_lseek_inner = vlc_lseek; 
  188.     (p_symbols)->vlc_reduce_inner = vlc_reduce; 
  189.     (p_symbols)->vlc_parse_cmdline_inner = vlc_parse_cmdline; 
  190.     (p_symbols)->vlc_wraptext_inner = vlc_wraptext; 
  191.     (p_symbols)->vlc_iconv_open_inner = vlc_iconv_open; 
  192.     (p_symbols)->vlc_iconv_inner = vlc_iconv; 
  193.     (p_symbols)->vlc_iconv_close_inner = vlc_iconv_close; 
  194.     (p_symbols)->vlc_dgettext_inner = vlc_dgettext; 
  195.     (p_symbols)->__demux2_New_inner = __demux2_New; 
  196.     (p_symbols)->demux2_Delete_inner = demux2_Delete; 
  197.     (p_symbols)->demux2_vaControlHelper_inner = demux2_vaControlHelper; 
  198.     (p_symbols)->vlc_error_inner = vlc_error; 
  199.     (p_symbols)->httpd_HostNew_inner = httpd_HostNew; 
  200.     (p_symbols)->httpd_TLSHostNew_inner = httpd_TLSHostNew; 
  201.     (p_symbols)->httpd_HostDelete_inner = httpd_HostDelete; 
  202.     (p_symbols)->httpd_UrlNew_inner = httpd_UrlNew; 
  203.     (p_symbols)->httpd_UrlNewUnique_inner = httpd_UrlNewUnique; 
  204.     (p_symbols)->httpd_UrlCatch_inner = httpd_UrlCatch; 
  205.     (p_symbols)->httpd_UrlDelete_inner = httpd_UrlDelete; 
  206.     (p_symbols)->httpd_ClientModeStream_inner = httpd_ClientModeStream; 
  207.     (p_symbols)->httpd_ClientModeBidir_inner = httpd_ClientModeBidir; 
  208.     (p_symbols)->httpd_ClientIP_inner = httpd_ClientIP; 
  209.     (p_symbols)->httpd_FileNew_inner = httpd_FileNew; 
  210.     (p_symbols)->httpd_FileDelete_inner = httpd_FileDelete; 
  211.     (p_symbols)->httpd_RedirectNew_inner = httpd_RedirectNew; 
  212.     (p_symbols)->httpd_RedirectDelete_inner = httpd_RedirectDelete; 
  213.     (p_symbols)->httpd_StreamNew_inner = httpd_StreamNew; 
  214.     (p_symbols)->httpd_StreamDelete_inner = httpd_StreamDelete; 
  215.     (p_symbols)->httpd_StreamHeader_inner = httpd_StreamHeader; 
  216.     (p_symbols)->httpd_StreamSend_inner = httpd_StreamSend; 
  217.     (p_symbols)->httpd_MsgInit_inner = httpd_MsgInit; 
  218.     (p_symbols)->httpd_MsgAdd_inner = httpd_MsgAdd; 
  219.     (p_symbols)->httpd_MsgGet_inner = httpd_MsgGet; 
  220.     (p_symbols)->httpd_MsgClean_inner = httpd_MsgClean; 
  221.     (p_symbols)->tls_ServerCreate_inner = tls_ServerCreate; 
  222.     (p_symbols)->tls_ServerDelete_inner = tls_ServerDelete; 
  223.     (p_symbols)->__input_CreateThread_inner = __input_CreateThread; 
  224.     (p_symbols)->input_StopThread_inner = input_StopThread; 
  225.     (p_symbols)->input_DestroyThread_inner = input_DestroyThread; 
  226.     (p_symbols)->input_vaControl_inner = input_vaControl; 
  227.     (p_symbols)->input_Control_inner = input_Control; 
  228.     (p_symbols)->input_DecoderNew_inner = input_DecoderNew; 
  229.     (p_symbols)->input_DecoderDelete_inner = input_DecoderDelete; 
  230.     (p_symbols)->input_DecoderDecode_inner = input_DecoderDecode; 
  231.     (p_symbols)->__intf_Create_inner = __intf_Create; 
  232.     (p_symbols)->intf_RunThread_inner = intf_RunThread; 
  233.     (p_symbols)->intf_StopThread_inner = intf_StopThread; 
  234.     (p_symbols)->intf_Destroy_inner = intf_Destroy; 
  235.     (p_symbols)->__msg_Generic_inner = __msg_Generic; 
  236.     (p_symbols)->__msg_GenericVa_inner = __msg_GenericVa; 
  237.     (p_symbols)->__msg_Info_inner = __msg_Info; 
  238.     (p_symbols)->__msg_Err_inner = __msg_Err; 
  239.     (p_symbols)->__msg_Warn_inner = __msg_Warn; 
  240.     (p_symbols)->__msg_Dbg_inner = __msg_Dbg; 
  241.     (p_symbols)->__msg_Subscribe_inner = __msg_Subscribe; 
  242.     (p_symbols)->__msg_Unsubscribe_inner = __msg_Unsubscribe; 
  243.     (p_symbols)->__vlc_object_create_inner = __vlc_object_create; 
  244.     (p_symbols)->__vlc_object_destroy_inner = __vlc_object_destroy; 
  245.     (p_symbols)->__vlc_object_attach_inner = __vlc_object_attach; 
  246.     (p_symbols)->__vlc_object_detach_inner = __vlc_object_detach; 
  247.     (p_symbols)->__vlc_object_get_inner = __vlc_object_get; 
  248.     (p_symbols)->__vlc_object_find_inner = __vlc_object_find; 
  249.     (p_symbols)->__vlc_object_yield_inner = __vlc_object_yield; 
  250.     (p_symbols)->__vlc_object_release_inner = __vlc_object_release; 
  251.     (p_symbols)->__vlc_list_find_inner = __vlc_list_find; 
  252.     (p_symbols)->vlc_list_release_inner = vlc_list_release; 
  253.     (p_symbols)->playlist_Command_inner = playlist_Command; 
  254.     (p_symbols)->__playlist_ItemNew_inner = __playlist_ItemNew; 
  255.     (p_symbols)->playlist_ItemDelete_inner = playlist_ItemDelete; 
  256.     (p_symbols)->playlist_ItemAdd_inner = playlist_ItemAdd; 
  257.     (p_symbols)->playlist_Add_inner = playlist_Add; 
  258.     (p_symbols)->playlist_AddExt_inner = playlist_AddExt; 
  259.     (p_symbols)->playlist_Clear_inner = playlist_Clear; 
  260.     (p_symbols)->playlist_Delete_inner = playlist_Delete; 
  261.     (p_symbols)->playlist_Disable_inner = playlist_Disable; 
  262.     (p_symbols)->playlist_Enable_inner = playlist_Enable; 
  263.     (p_symbols)->playlist_DisableGroup_inner = playlist_DisableGroup; 
  264.     (p_symbols)->playlist_EnableGroup_inner = playlist_EnableGroup; 
  265.     (p_symbols)->playlist_ItemSetGroup_inner = playlist_ItemSetGroup; 
  266.     (p_symbols)->playlist_ItemSetName_inner = playlist_ItemSetName; 
  267.     (p_symbols)->playlist_ItemSetDuration_inner = playlist_ItemSetDuration; 
  268.     (p_symbols)->playlist_SetGroup_inner = playlist_SetGroup; 
  269.     (p_symbols)->playlist_SetName_inner = playlist_SetName; 
  270.     (p_symbols)->playlist_SetDuration_inner = playlist_SetDuration; 
  271.     (p_symbols)->playlist_GetPositionById_inner = playlist_GetPositionById; 
  272.     (p_symbols)->playlist_ItemGetById_inner = playlist_ItemGetById; 
  273.     (p_symbols)->playlist_ItemGetByPos_inner = playlist_ItemGetByPos; 
  274.     (p_symbols)->playlist_CreateGroup_inner = playlist_CreateGroup; 
  275.     (p_symbols)->playlist_DeleteGroup_inner = playlist_DeleteGroup; 
  276.     (p_symbols)->playlist_FindGroup_inner = playlist_FindGroup; 
  277.     (p_symbols)->playlist_GroupToId_inner = playlist_GroupToId; 
  278.     (p_symbols)->playlist_GetInfo_inner = playlist_GetInfo; 
  279.     (p_symbols)->playlist_ItemGetInfo_inner = playlist_ItemGetInfo; 
  280.     (p_symbols)->playlist_ItemGetCategory_inner = playlist_ItemGetCategory; 
  281.     (p_symbols)->playlist_ItemCreateCategory_inner = playlist_ItemCreateCategory; 
  282.     (p_symbols)->playlist_AddInfo_inner = playlist_AddInfo; 
  283.     (p_symbols)->playlist_ItemAddInfo_inner = playlist_ItemAddInfo; 
  284.     (p_symbols)->playlist_ItemAddOption_inner = playlist_ItemAddOption; 
  285.     (p_symbols)->playlist_Sort_inner = playlist_Sort; 
  286.     (p_symbols)->playlist_Move_inner = playlist_Move; 
  287.     (p_symbols)->playlist_Import_inner = playlist_Import; 
  288.     (p_symbols)->playlist_Export_inner = playlist_Export; 
  289.     (p_symbols)->__spu_Create_inner = __spu_Create; 
  290.     (p_symbols)->spu_Init_inner = spu_Init; 
  291.     (p_symbols)->spu_Destroy_inner = spu_Destroy; 
  292.     (p_symbols)->spu_CreateSubpicture_inner = spu_CreateSubpicture; 
  293.     (p_symbols)->spu_DestroySubpicture_inner = spu_DestroySubpicture; 
  294.     (p_symbols)->spu_DisplaySubpicture_inner = spu_DisplaySubpicture; 
  295.     (p_symbols)->__spu_CreateRegion_inner = __spu_CreateRegion; 
  296.     (p_symbols)->__spu_DestroyRegion_inner = __spu_DestroyRegion; 
  297.     (p_symbols)->spu_SortSubpictures_inner = spu_SortSubpictures; 
  298.     (p_symbols)->spu_RenderSubpictures_inner = spu_RenderSubpictures; 
  299.     (p_symbols)->stream_ReadLine_inner = stream_ReadLine; 
  300.     (p_symbols)->__stream_DemuxNew_inner = __stream_DemuxNew; 
  301.     (p_symbols)->stream_DemuxSend_inner = stream_DemuxSend; 
  302.     (p_symbols)->stream_DemuxDelete_inner = stream_DemuxDelete; 
  303.     (p_symbols)->__vlc_threads_init_inner = __vlc_threads_init; 
  304.     (p_symbols)->__vlc_threads_end_inner = __vlc_threads_end; 
  305.     (p_symbols)->__vlc_mutex_init_inner = __vlc_mutex_init; 
  306.     (p_symbols)->__vlc_mutex_destroy_inner = __vlc_mutex_destroy; 
  307.     (p_symbols)->__vlc_cond_init_inner = __vlc_cond_init; 
  308.     (p_symbols)->__vlc_cond_destroy_inner = __vlc_cond_destroy; 
  309.     (p_symbols)->__vlc_thread_create_inner = __vlc_thread_create; 
  310.     (p_symbols)->__vlc_thread_set_priority_inner = __vlc_thread_set_priority; 
  311.     (p_symbols)->__vlc_thread_ready_inner = __vlc_thread_ready; 
  312.     (p_symbols)->__vlc_thread_join_inner = __vlc_thread_join; 
  313.     (p_symbols)->__vout_CopyPicture_inner = __vout_CopyPicture; 
  314.     (p_symbols)->__vout_InitPicture_inner = __vout_InitPicture; 
  315.     (p_symbols)->__vout_AllocatePicture_inner = __vout_AllocatePicture; 
  316.     (p_symbols)->__vlm_New_inner = __vlm_New; 
  317.     (p_symbols)->vlm_Delete_inner = vlm_Delete; 
  318.     (p_symbols)->vlm_ExecuteCommand_inner = vlm_ExecuteCommand; 
  319.     (p_symbols)->vlm_MessageDelete_inner = vlm_MessageDelete; 
  320.     (p_symbols)->__vout_SynchroInit_inner = __vout_SynchroInit; 
  321.     (p_symbols)->vout_SynchroRelease_inner = vout_SynchroRelease; 
  322.     (p_symbols)->vout_SynchroReset_inner = vout_SynchroReset; 
  323.     (p_symbols)->vout_SynchroChoose_inner = vout_SynchroChoose; 
  324.     (p_symbols)->vout_SynchroTrash_inner = vout_SynchroTrash; 
  325.     (p_symbols)->vout_SynchroDecode_inner = vout_SynchroDecode; 
  326.     (p_symbols)->vout_SynchroEnd_inner = vout_SynchroEnd; 
  327.     (p_symbols)->vout_SynchroDate_inner = vout_SynchroDate; 
  328.     (p_symbols)->vout_SynchroNewPicture_inner = vout_SynchroNewPicture;