summaryrefslogtreecommitdiffstats
path: root/loader/qt_comp.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-24 21:45:23 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-24 21:45:23 +0000
commitbe4c25600b5ab5e65c614222e92bbdac9a27617f (patch)
tree5e0dcca42e93fb825bc8cdd85a53bcdd2a9982e8 /loader/qt_comp.h
parentdc18e7dcbeadc8bdcdd31baba609def678aaa60e (diff)
downloadmpv-be4c25600b5ab5e65c614222e92bbdac9a27617f.tar.bz2
mpv-be4c25600b5ab5e65c614222e92bbdac9a27617f.tar.xz
- qtx (quicktime's macos emulation layer) debugging/emulation environment :)
- some fixes in loadlibrary, to allow multiple loads/lookups git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8270 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/qt_comp.h')
-rw-r--r--loader/qt_comp.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/loader/qt_comp.h b/loader/qt_comp.h
new file mode 100644
index 0000000000..7ceeb5dbbb
--- /dev/null
+++ b/loader/qt_comp.h
@@ -0,0 +1,27 @@
+
+DECL_COMPONENT(sorenson3,"SMD_ComponentDispatch",1)
+DECL_COMPONENT(sorenson,"SorensonYUV9Dispatcher",1)
+DECL_COMPONENT(sorenson1,"SVD_ComponentDispatch",1)
+DECL_COMPONENT(genericd,"GenericComponentDispatch",0)
+DECL_COMPONENT(stmedia,"STMediaComponentDispatch",0)
+DECL_COMPONENT(handlecd,"HandleComponentDispatch",0)
+DECL_COMPONENT(pcxcd,"PCExchangeComponentDispatch",0)
+DECL_COMPONENT(capcd,"CapComponentDispatch",0)
+DECL_COMPONENT(videocd,"VideoComponentDispatch",0)
+DECL_COMPONENT(soundcd,"SoundComponentDispatch",0)
+DECL_COMPONENT(scalingcd,"ScalingCodecDispatcher",0)
+DECL_COMPONENT(formatcnv,"FormatConverterDispatch",0)
+
+DECL_COMPONENT(basecd,"Base_CDComponentDispatch",1)
+DECL_COMPONENT(ddcd,"DD_CDComponentDispatch",0)
+DECL_COMPONENT(fakergb,"FakeRGBDispatcher",0)
+DECL_COMPONENT(rawcd,"RAW_CDComponentDispatch",0)
+DECL_COMPONENT(yuvsgi,"YUVSGI_CDComponentDispatch",0)
+DECL_COMPONENT(yuvs,"YUVS_CDComponentDispatch",0)
+DECL_COMPONENT(yuvu,"YUVU_CDComponentDispatch",0)
+
+DECL_COMPONENT(qdm2d,"QDM2Decompressor",0)
+DECL_COMPONENT(mace3d,"Mace3DecompDispatch",0)
+
+//DECL_COMPONENT(,"",0)
+