Mercurial > mplayer.hg
changeset 28158:bddae697e10d
grammar fix by Vineeth N, nvineeth gmail com
author | diego |
---|---|
date | Thu, 25 Dec 2008 18:28:10 +0000 |
parents | 674423aba250 |
children | 8f2d9ed4929d |
files | DOCS/tech/codec-devel.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.