Ignore:
Timestamp:
01/18/09 18:17:12 (15 years ago)
Author:
radscorpion
Message:

Demuxer updated to 0.4.0.0
Support for APE 2.0 tags
Chapters are now supported

File:
1 edited

Legend:

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

    r366 r421  
    4848#include <windows.h>
    4949
     50#include <vector>
     51
     52using namespace std;
     53
    5054#include <afxtempl.h>
    5155#include <streams.h>
    5256#include <initguid.h>
    5357#include <dvdmedia.h>
     58#include <qnetwork.h>
     59
    5460
    5561#include "bits.h"
    5662#include "mpc_types.h"
     63#include "ape_tag.h"
     64#include "media_content.h"
    5765#include "mpc_file.h"
    5866#include "mpc_pin.h"
Note: See TracChangeset for help on using the changeset viewer.