improve ff_get_line to return line length
Originally committed as revision 24400 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -167,7 +167,7 @@ int ff_get_v_length(uint64_t val);
|
||||
*/
|
||||
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user