diff DOCS/tech/mpdsf.txt @ 30990:0ad2da052b2e

the great MPlayer tab removal: part I
author diego
date Mon, 12 Apr 2010 10:56:17 +0000
parents 85f669a84e7a
children
line wrap: on
line diff
--- a/DOCS/tech/mpdsf.txt	Mon Apr 12 08:03:39 2010 +0000
+++ b/DOCS/tech/mpdsf.txt	Mon Apr 12 10:56:17 2010 +0000
@@ -6,17 +6,17 @@
 The file starts with a variable size header:
 --------------------------------------------
 
-32-bit	Stream format fourcc (MPVS or MPAS)
-	MPVS = MPlayer Video Stream
-	MPAS = MPlayer Audio Stream
-8-bit	Demuxer type (AVI,MOV,ASF,REAL,...)
-8-bit	Flags (marks  dumped headers)
-	Values: 0x1:  WAVEFORMATEX
-		0x2:  Audio extra codec data
-		0x4:  BITMAPINFOHEADER
-		0x8:  QT's ImageDesc
-		0x16: indicates 32-bit chunk size before every data chunk
-16-bit	Length of headers
+32-bit  Stream format fourcc (MPVS or MPAS)
+        MPVS = MPlayer Video Stream
+        MPAS = MPlayer Audio Stream
+8-bit   Demuxer type (AVI,MOV,ASF,REAL,...)
+8-bit   Flags (marks  dumped headers)
+        Values: 0x1:  WAVEFORMATEX
+                0x2:  Audio extra codec data
+                0x4:  BITMAPINFOHEADER
+                0x8:  QT's ImageDesc
+                0x16: indicates 32-bit chunk size before every data chunk
+16-bit  Length of headers
 
 There's strict rule in the follow-up of the codec-headers.
 Depending on flags,
@@ -24,5 +24,5 @@
 Data chunks:
 ------------
 
-32-bit	Optional 32-bit chunk size
-...	Data
+32-bit  Optional 32-bit chunk size
+...     Data