CVS: main/loader/qtx qtxload.c,1.3,1.4
Update of /cvsroot/mplayer/main/loader/qtx In directory mplayer:/var/tmp.root/cvs-serv18057 Modified Files: qtxload.c Log Message: loads .qts Index: qtxload.c =================================================================== RCS file: /cvsroot/mplayer/main/loader/qtx/qtxload.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- qtxload.c 30 Oct 2001 23:20:31 -0000 1.3 +++ qtxload.c 8 Nov 2001 15:23:22 -0000 1.4 @@ -30,8 +30,8 @@ Setup_LDT_Keeper(); - handler = expLoadLibraryA("/usr/lib/win32/qtx/test.qtx"); - dispatcher = GetProcAddress(handler, "CDComponentDispatch"); + handler = expLoadLibraryA("/usr/lib/win32/QuickTime.qts"); + dispatcher = GetProcAddress(handler, "SorensonYUV9Dispatcher"); printf("handler: %p, dispatcher: %p\n", handler, dispatcher); {
participants (1)
-
Arpi of Ize