1
mirror of https://github.com/mpv-player/mpv synced 2025-01-16 22:37:28 +01:00

Fixes double import of avs_create_script_environment.

Patch by Gianluigi Tiesi < mplayer & netfarm * it >


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15299 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gpoirier 2005-04-30 09:05:45 +00:00
parent a69f29069b
commit 68bd56767f

View File

@ -103,7 +103,6 @@ AVS_T *initAVS(const char *filename)
/* Dynamic import of needed stuff from avisynth.dll */
IMPORT_FUNC(avs_create_script_environment);
IMPORT_FUNC(avs_create_script_environment);
IMPORT_FUNC(avs_invoke);
IMPORT_FUNC(avs_get_video_info);
IMPORT_FUNC(avs_take_clip);