Mercurial > libavformat.hg
diff rtpdec.c @ 3142:8891d470ada3 libavformat
typo fixes
| author | diego |
|---|---|
| date | Sat, 15 Mar 2008 16:15:47 +0000 |
| parents | 6da0564c9d02 |
| children | 6f61c3b36632 |
line wrap: on
line diff
--- 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);
