move ff_get_line to aviobuf.c

Originally committed as revision 24399 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs
2010-07-21 21:39:01 +00:00
parent 80769fb73f
commit 7c89295145
3 changed files with 17 additions and 14 deletions

View File

@@ -167,6 +167,8 @@ 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);
#define SPACE_CHARS " \t\r\n"
#endif /* AVFORMAT_INTERNAL_H */