This directory contains some sample DirectShow graphs.
They can only be used if the codecs they use are installed on your system!
The name of the graph indicates what codecs are used (the numbers are
typically the version numbers).

Notes:
  . Not all graphs have been tested for their correct operation (as some are
    provided by other parties).
  . Most graphs are only partially completed (the rendering mechanism of
    DirectShow takes care of completing it at runtime).
  . Most graphs, but not necessarily all, have the 'AudioAC3' pin on the
    MPEG2-demultiplexer, which allows automatic switching to AC3 output
    by the application (if applicable). This AudioAC3 pin needs to be
    connected to an AC3 filter to be functional.

The Base subdirectory contains the basic building block you can use to create
your own graphs (using GraphEdit from Microsoft - part of DirectX SDK).