Welcome to mirror list, hosted at ThFree Co, Russian Federation.

format_guids.h « includes « common - github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 19fd89ac2ee921a01566937be5cba46bddbc6408 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/*
 *      Copyright (C) 2011 Hendrik Leppkes
 *      http://www.1f0.de
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License along
 *  with this program; if not, write to the Free Software Foundation, Inc.,
 *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */

#pragma once

// {1506EFA0-FC10-4811-8367-F3FD08655D39}
DEFINE_GUID(MEDIASUBTYPE_LAVMatroska, 
  0x1506efa0, 0xfc10, 0x4811, 0x83, 0x67, 0xf3, 0xfd, 0x8, 0x65, 0x5d, 0x39);

// {8489F3C9-15FB-4C8F-A8A7-07D4755F5B88}
DEFINE_GUID(MEDIASUBTYPE_LAVAvi, 
  0x8489f3c9, 0x15fb, 0x4c8f, 0xa8, 0xa7, 0x7, 0xd4, 0x75, 0x5f, 0x5b, 0x88);

// {809E2773-6A7E-458C-B5F6-4FEBD60082A4}
DEFINE_GUID(MEDIASUBTYPE_LAVMP4, 
  0x809e2773, 0x6a7e, 0x458c, 0xb5, 0xf6, 0x4f, 0xeb, 0xd6, 0x0, 0x82, 0xa4);

// {526D4F62-5C8B-4C3C-AA2B-162E511D6B5A}
DEFINE_GUID(MEDIASUBTYPE_LAVMPEG, 
  0x526d4f62, 0x5c8b, 0x4c3c, 0xaa, 0x2b, 0x16, 0x2e, 0x51, 0x1d, 0x6b, 0x5a);

// {C9EB20BB-F70A-4C2A-AF84-F4AD782C5E49}
DEFINE_GUID(MEDIASUBTYPE_LAVFLV, 
  0xc9eb20bb, 0xf70a, 0x4c2a, 0xaf, 0x84, 0xf4, 0xad, 0x78, 0x2c, 0x5e, 0x49);

// {FDD63154-B95A-4171-93F9-5F6AE2F63F3B}
DEFINE_GUID(MEDIASUBTYPE_LAVOgg, 
  0xfdd63154, 0xb95a, 0x4171, 0x93, 0xf9, 0x5f, 0x6a, 0xe2, 0xf6, 0x3f, 0x3b);

// {20884BC2-629F-45EA-B1C5-FA4FFA438250}
DEFINE_GUID(MEDIASUBTYPE_LAVBluRay,
  0x20884bc2, 0x629f, 0x45ea, 0xb1, 0xc5, 0xfa, 0x4f, 0xfa, 0x43, 0x82, 0x50);