diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-03-18 15:48:47 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-03-18 15:48:47 +0000 |
commit | ac4a4ce03b6fefcbd25eefd23b69bc1636d5324a (patch) | |
tree | e714e33d52737342cd276c756f96e710d9382053 /DOCS | |
parent | 550665be8a6a8c16a0f45c1336167b54749d201d (diff) | |
download | mpv-ac4a4ce03b6fefcbd25eefd23b69bc1636d5324a.tar.bz2 mpv-ac4a4ce03b6fefcbd25eefd23b69bc1636d5324a.tar.xz |
a little correction
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@137 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/tech/general.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/tech/general.txt b/DOCS/tech/general.txt index 4bdbb15bcb..64fdcbd4f1 100644 --- a/DOCS/tech/general.txt +++ b/DOCS/tech/general.txt @@ -11,7 +11,7 @@ The main modules: reading by bytes, or blocks with any size. The stream_t structure describes the input stream, file/device. -2. demuxer.c: this makes the demultiplexing of the input to audio and video +2. demuxer.c: this does the demultiplexing of the input to audio and video channels, and their reading by buffered packages. The demuxer.c is basically a framework, which is the same for all the input formats, and there are parsers for each of them (mpeg-es, |