AC3source filter for Avisynth 2.5 - beta 2 - by MarcFD

syntax : AC3source(video, filepath)

ex : 
MPEG2Source("mydvd.d2v")
AC3source("mydvd.ac3")

Info :
  classic AC3 decoding, with default Dynamic range compression and Stereo downmix.
  i tested it on various ac3 streams, and it's works good. due to the way it works,
  it's not parsing at all the file, but seeking in real-time. this makes the whole
  stuff very easy to use, but not perfect. i could improve the decoder with parsing,
  but it currently works very well, so i don't need that ^^.

History :
  beta 1 :
  - fixed sound synchronisation issues. (reads correctly now ^^)
  beta 2 :
  - one-frame stream resynchronisation. (reads anything now ^^)

(this is gpl stuff, because it's based on lib52a. gimme a mail for the sources)

26 jan 2003 - Copyright (C) 2003 MarcFD