# HG changeset patch # User diego # Date 1230229690 0 # Node ID bddae697e10dd94893ad3aef0f8a5f972dec08cf # Parent 674423aba250ac8cea83b25be95c4b8a1c1f4eb7 grammar fix by Vineeth N, nvineeth gmail com diff -r 674423aba250 -r bddae697e10d DOCS/tech/codec-devel.txt --- a/DOCS/tech/codec-devel.txt Wed Dec 24 18:13:18 2008 +0000 +++ b/DOCS/tech/codec-devel.txt Thu Dec 25 18:28:10 2008 +0000 @@ -143,7 +143,7 @@ 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.