aboutsummaryrefslogtreecommitdiff
path: root/Src/Plugins/Input/in_dshow/header_asf.h
blob: ce85c1f438d5cea41f3bb5453092777924778190 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _HEADER_ASF_H
#define _HEADER_ASF_H

#include "Header.h"

class HeaderAsf : public Header
{
public:
  HeaderAsf();

  int getInfos(const wchar_t *filename, bool checkMetadata=false);
};

#endif