Ignore:
Timestamp:
12/15/07 14:49:14 (16 years ago)
Author:
radscorpion
Message:

Decoder now can decode and play SV8 streams. It can be used along with old RadLight filter, which will take care of SV7 files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dsfilters/dec_mpc/src/stdafx.h

    r370 r371  
    5353#include <dvdmedia.h>
    5454
     55// These are from libmpc
     56#include "mpc\mpc_types.h"
     57#include "mpc\mpcdec.h"
     58#include "mpc\reader.h"
     59#include "mpc\streaminfo.h"
     60#include "internal.h"
     61
     62
     63
    5564//#include "bits.h"
    5665#include "mpc_types.h"
Note: See TracChangeset for help on using the changeset viewer.