Mercurial > libavformat.hg
diff internal.h @ 6301:1b2b5dbcf549 libavformat
improve ff_get_line to return line length
| author | aurel |
|---|---|
| date | Wed, 21 Jul 2010 21:40:10 +0000 |
| parents | e62d23b0547d |
| children | 869753e625c4 |
line wrap: on
line diff
--- a/internal.h Wed Jul 21 21:39:01 2010 +0000 +++ b/internal.h Wed Jul 21 21:40:10 2010 +0000 @@ -167,7 +167,7 @@ */ void ff_put_v(ByteIOContext *bc, uint64_t val); -void ff_get_line(ByteIOContext *s, char *buf, int maxlen); +int ff_get_line(ByteIOContext *s, char *buf, int maxlen); #define SPACE_CHARS " \t\r\n"
