From 2e6e799109005d1863005d0f74bd26e0352e1eb2 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 25 Dec 2008 18:28:10 +0000 Subject: grammar fix by Vineeth N, nvineeth gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28193 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/codec-devel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS/tech/codec-devel.txt') diff --git a/DOCS/tech/codec-devel.txt b/DOCS/tech/codec-devel.txt index a9ca1ddcad..1b2c26918c 100644 --- a/DOCS/tech/codec-devel.txt +++ b/DOCS/tech/codec-devel.txt @@ -143,7 +143,7 @@ with the parameters passed into the decoding function (if you set it up to take those parameters). Such data should match up. If it doesn't, issue a warning and make an executive decision in the code about which data to believe (personally, I always lend more weight to the data that was passed -into the decoder function, the data that comes from the container file's +into the decoder function, than the data that comes from the container file's header). If there's supposed to be a magic number embedded in, or computed from, the chunk's header, issue a warning if it isn't correct. -- cgit v1.2.3 From 0f62db895eebd10db001d821d496bc36d0f8ca6c Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 27 Dec 2008 13:58:20 +0000 Subject: Remove/fix ancient CVS references. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28202 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/codec-devel.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'DOCS/tech/codec-devel.txt') diff --git a/DOCS/tech/codec-devel.txt b/DOCS/tech/codec-devel.txt index 1b2c26918c..86eb8db922 100644 --- a/DOCS/tech/codec-devel.txt +++ b/DOCS/tech/codec-devel.txt @@ -49,8 +49,8 @@ data, search for sample media of both types. If a video codec is known to work at 7 different bit depths, then, as painful as it may be, do what you can to obtain sample media encoded for each of the 7 bit depths. -- Latest CVS snapshot: It's always useful to develop code for the very -latest development version of MPlayer. Be sure to update your local CVS +- Latest Subversion snapshot: It's always useful to develop code for the very +latest development version of MPlayer. Be sure to update your local Subversion copy often. - General programming knowledge, working Linux development environment: I @@ -190,7 +190,8 @@ files: - ad.c or vd.c Of course, you will need to include your newly-created file(s): vd_.c -OR- ad_.c. If you contribute enough decoders, the -development team may even grant you write privileges to the CVS repository. +development team may even grant you write privileges to the Subversion +repository. 5) Wait for bug reports to start rolling in You may think you're finished when you release the codec and if you're -- cgit v1.2.3