Mercurial > libavformat.hg
comparison http.c @ 1986:cf1622476eb7 libavformat
typos/grammar
| author | diego |
|---|---|
| date | Sat, 07 Apr 2007 14:09:20 +0000 |
| parents | aab32293e595 |
| children | c770b9a1f78f |
comparison
equal
deleted
inserted
replaced
| 1985:b5e15030d788 | 1986:cf1622476eb7 |
|---|---|
| 22 #include <unistd.h> | 22 #include <unistd.h> |
| 23 #include "network.h" | 23 #include "network.h" |
| 24 | 24 |
| 25 #include "base64.h" | 25 #include "base64.h" |
| 26 | 26 |
| 27 /* XXX: POST protocol is not completly implemented because ffmpeg use | 27 /* XXX: POST protocol is not completely implemented because ffmpeg uses |
| 28 only a subset of it */ | 28 only a subset of it. */ |
| 29 | 29 |
| 30 //#define DEBUG | 30 //#define DEBUG |
| 31 | 31 |
| 32 /* used for protocol handling */ | 32 /* used for protocol handling */ |
| 33 #define BUFFER_SIZE 1024 | 33 #define BUFFER_SIZE 1024 |
