- Bugfix when adding filters to graph due to not initializing
commitcae7755a704d22a3b9448a95ed883a73cfa79e70
authorRobert Shearman <R.J.Shearman@warwick.ac.uk>
Wed, 6 Aug 2003 22:04:45 +0000 (6 22:04 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 6 Aug 2003 22:04:45 +0000 (6 22:04 +0000)
tree2bdd23c86bf706d4d9fd2bea8cca77256329ab18
parent4450a61149725caf5fb6c019b2a83066d974d227
- Bugfix when adding filters to graph due to not initializing
  variables on creation of graph.
- Remove clue of where I copied one of the copyright messages from.
- Add implementation of input and output pins which will be used by a
  lot of filters in Quartz.
dlls/quartz/Makefile.in
dlls/quartz/enummedia.c [new file with mode: 0644]
dlls/quartz/enumpins.c [new file with mode: 0644]
dlls/quartz/filtergraph.c
dlls/quartz/filtermapper.c
dlls/quartz/main.c
dlls/quartz/pin.c [new file with mode: 0644]
dlls/quartz/pin.h [new file with mode: 0644]
dlls/quartz/quartz_private.h