Mercurial > libavformat.hg
changeset 3142:8891d470ada3 libavformat
typo fixes
author | diego |
---|---|
date | Sat, 15 Mar 2008 16:15:47 +0000 |
parents | ae34d429acc6 |
children | 7f0f50bbfe23 |
files | nutdec.c rtpdec.c utils.c |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/nutdec.c Fri Mar 14 13:10:49 2008 +0000 +++ b/nutdec.c Sat Mar 15 16:15:47 2008 +0000 @@ -111,7 +111,7 @@ uint64_t state=0; if(pos >= 0) - url_fseek(bc, pos, SEEK_SET); //note, this may fail if the stream is not seekable, but that should not matter, as in this case we simply start where we are currently + url_fseek(bc, pos, SEEK_SET); //note, this may fail if the stream is not seekable, but that should not matter, as in this case we simply start where we currently are while(!url_feof(bc)){ state= (state<<8) | get_byte(bc);
--- a/rtpdec.c Fri Mar 14 13:10:49 2008 +0000 +++ b/rtpdec.c Sat Mar 15 16:15:47 2008 +0000 @@ -318,7 +318,7 @@ if (infos == NULL) return -1; - /* decode the first 2 bytes where are stored the AUHeader sections + /* decode the first 2 bytes where the AUHeader sections are stored length in bits */ au_headers_length = AV_RB16(buf);
--- a/utils.c Fri Mar 14 13:10:49 2008 +0000 +++ b/utils.c Sat Mar 15 16:15:47 2008 +0000 @@ -1990,7 +1990,7 @@ count++; } - // close codecs which where opened in try_decode_frame() + // close codecs which were opened in try_decode_frame() for(i=0;i<ic->nb_streams;i++) { st = ic->streams[i]; if(st->codec->codec)