diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-07-21 21:39:01 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-07-21 21:39:01 +0000 |
commit | 7c89295145559b269cf8e257b735386016ef1814 (patch) | |
tree | af29e4d793271e6205593a5b54e152055306a714 /libavformat/internal.h | |
parent | 80769fb73f20829cd2c1a0e8e56d41204b487049 (diff) | |
download | ffmpeg-7c89295145559b269cf8e257b735386016ef1814.tar.gz |
move ff_get_line to aviobuf.c
Originally committed as revision 24399 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r-- | libavformat/internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h index 29d735ceac..5833ef0229 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -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 */ |