mirror of
https://github.com/mpv-player/mpv
synced 2025-01-30 11:42:04 +00:00
loads .qts
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2769 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
268cd697c7
commit
c296679178
@ -30,8 +30,8 @@ main(int argc, char *argv[])
|
||||
|
||||
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);
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user