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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2010-07-24 01:31:54 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-07-24 01:31:54 +0400
commitbb4d1f8530c057e5d8f2b3fc40bcc719608553b0 (patch)
treef31c6b0fb867ab79f9d94160c8cb3474cdaa4008 /include
parent90322cfabc9f8650819c6940844228e686899c9c (diff)
whitespace cleanup
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2147 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'include')
-rw-r--r--include/dsm/dsm.h32
-rw-r--r--include/dsm/dsm.txt48
2 files changed, 40 insertions, 40 deletions
diff --git a/include/dsm/dsm.h b/include/dsm/dsm.h
index 73082a1e0..fc13a94d6 100644
--- a/include/dsm/dsm.h
+++ b/include/dsm/dsm.h
@@ -1,38 +1,38 @@
-/*
- * Copyright (C) 2003-2006 Gabest
- * http://www.gabest.org
+/*
+ * Copyright (C) 2003-2006 Gabest
+ * http://www.gabest.org
*
* 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, 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 GNU Make; see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
* http://www.gnu.org/copyleft/gpl.html
*
*/
#pragma once
-#define DSMF_VERSION 0x01
+#define DSMF_VERSION 0x01
-#define DSMSW 0x44534D53ui64
-#define DSMSW_SIZE 4
+#define DSMSW 0x44534D53ui64
+#define DSMSW_SIZE 4
enum dsmp_t
{
- DSMP_FILEINFO = 0,
- DSMP_STREAMINFO = 1,
- DSMP_MEDIATYPE = 2,
- DSMP_CHAPTERS = 3,
- DSMP_SAMPLE = 4,
- DSMP_SYNCPOINTS = 5,
- DSMP_RESOURCE = 6
+ DSMP_FILEINFO = 0,
+ DSMP_STREAMINFO = 1,
+ DSMP_MEDIATYPE = 2,
+ DSMP_CHAPTERS = 3,
+ DSMP_SAMPLE = 4,
+ DSMP_SYNCPOINTS = 5,
+ DSMP_RESOURCE = 6
}; \ No newline at end of file
diff --git a/include/dsm/dsm.txt b/include/dsm/dsm.txt
index ed796278c..cde8f14ba 100644
--- a/include/dsm/dsm.txt
+++ b/include/dsm/dsm.txt
@@ -1,8 +1,8 @@
-/*
+/*
* Copyright (C) 2005 Gabest
* http://www.gabest.org
*
- * This file format is free to use as long as its specification is not
+ * This file format is free to use as long as its specification is not
* modified or extended without the permission of Gabest. Suggestions
* can be sent in email or posted to the forum at sf.net/projects/guliverkli.
*
@@ -29,18 +29,18 @@ Notes:
Definitions
-----------
-DSMF_VERSION = 0x01
+DSMF_VERSION = 0x01
-DSMSW = 44534D53 ("DSMS")
-DSMSW_SIZE = 4
+DSMSW = 44534D53 ("DSMS")
+DSMSW_SIZE = 4
-DSMP_FILEINFO = 0
+DSMP_FILEINFO = 0
DSMP_STREAMINFO = 1
-DSMP_MEDIATYPE = 2
-DSMP_CHAPTERS = 3
-DSMP_SAMPLE = 4
+DSMP_MEDIATYPE = 2
+DSMP_CHAPTERS = 3
+DSMP_SAMPLE = 4
DSMP_SYNCPOINTS = 5
-DSMP_RESOURCE = 6
+DSMP_RESOURCE = 6
Packet
------
@@ -67,15 +67,15 @@ string
Notes:
- Parsers should not open files with higher "version" than they were compiled for.
- Suggested values of "id":
- "TITL": Title
- "AUTH": Author
- "RTNG": Rating
- "CPYR": Copyright
- "DESC": Description
- "APPL": Application
- "MUXR": Muxer
- "DATE": Encoding date
- ... more to be defined ...
+ "TITL": Title
+ "AUTH": Author
+ "RTNG": Rating
+ "CPYR": Copyright
+ "DESC": Description
+ "APPL": Application
+ "MUXR": Muxer
+ "DATE": Encoding date
+ ... more to be defined ...
MediaType : extends Packet (DSMP_MEDIATYPE)
-------------------------------------------
@@ -109,11 +109,11 @@ string
Notes:
- Suggested values of "id":
- "NAME": Stream name
- "SGRP": Stream group (groupped streams can be useful if the splitter is able to group and switch between them, but it's not a strict requirement towards dsm splitters)
- "LANG": Language code (ISO 639-2)
- "DESC": Description
- ... more to be defined ...
+ "NAME": Stream name
+ "SGRP": Stream group (groupped streams can be useful if the splitter is able to group and switch between them, but it's not a strict requirement towards dsm splitters)
+ "LANG": Language code (ISO 639-2)
+ "DESC": Description
+ ... more to be defined ...
Chapters : extends Packet (DSMP_CHAPTERS)
-----------------------------------------