diff internal.h @ 6300:e62d23b0547d libavformat

move ff_get_line to aviobuf.c
author aurel
date Wed, 21 Jul 2010 21:39:01 +0000
parents 7b8b71ff9a76
children 1b2b5dbcf549
line wrap: on
line diff
--- a/internal.h	Wed Jul 21 21:35:44 2010 +0000
+++ b/internal.h	Wed Jul 21 21:39:01 2010 +0000
@@ -167,6 +167,8 @@
  */
 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 */