Mercurial > libavformat.hg
diff rtp.c @ 2164:3804e39efbfd libavformat
misc spelling fixes
| author | diego |
|---|---|
| date | Tue, 12 Jun 2007 09:29:25 +0000 |
| parents | a3e79d6e4e3c |
| children | c4244900f986 |
line wrap: on
line diff
--- a/rtp.c Tue Jun 12 08:06:54 2007 +0000 +++ b/rtp.c Tue Jun 12 09:29:25 2007 +0000 @@ -515,7 +515,7 @@ infos->au_headers = av_malloc(sizeof(struct AUHeaders) * infos->nb_au_headers); /* XXX: We handle multiple AU Section as only one (need to fix this for interleaving) - In my test, the faad decoder doesnt behave correctly when sending each AU one by one + In my test, the FAAD decoder does not behave correctly when sending each AU one by one but does when sending the whole as one big packet... */ infos->au_headers[0].size = 0; infos->au_headers[0].index = 0;
