summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/formats.txt
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-13 13:17:46 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-13 13:17:46 +0000
commit5c2361dc20745c2f3866c90884b73e67db4f7fc9 (patch)
treeff4d82b85d6d93bf8fdc1a6ef74570952fcf3a76 /DOCS/tech/formats.txt
parent264aecfb2aad6318e7478e33e71135f076a38e54 (diff)
downloadmpv-5c2361dc20745c2f3866c90884b73e67db4f7fc9.tar.bz2
mpv-5c2361dc20745c2f3866c90884b73e67db4f7fc9.tar.xz
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2866 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech/formats.txt')
-rw-r--r--DOCS/tech/formats.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/tech/formats.txt b/DOCS/tech/formats.txt
index 03ac0b46e9..1f9e91c62a 100644
--- a/DOCS/tech/formats.txt
+++ b/DOCS/tech/formats.txt
@@ -59,8 +59,8 @@
Headers: AVI files has a mandatory header at the begin of the file,
describing video parameters (resolution, fps) and codecs. Optionally
they have an INDEX block at the end of the file. It's optional, but
- most files has such block, because it REQUIRES for seeking.
- Btw usually it can be rebuild from file content, mplayer does it with
+ most files has such block, because it's REQUIRED for seeking.
+ Btw usually it can be rebuilt from file content, mplayer does it with
the -idx switch. Mplayer can recreate broken index blocks using -forceidx.
As AVI files needs index for random access, broken files with no index
are usually unplayable.
@@ -97,7 +97,7 @@
- QuickTime / MOV files:
They come from Mac users, usually with .mov or .qt extension, but as
- MPEG Group choose quicktime as recommended file format for MPEG4,
+ MPEG Group chose quicktime as recommended file format for MPEG4,
sometimes you meet quicktime files with .mpg or .mp4 extension.
At first look, it's a mixture of ASF and AVI.