changeset 5367:f0711d97bff4 libavformat

Split overly long line in doxy.
author stefano
date Thu, 12 Nov 2009 23:05:56 +0000
parents a04be95927ac
children d93af9bfc0b8
files rtmpproto.c
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rtmpproto.c	Thu Nov 12 15:34:17 2009 +0000
+++ b/rtmpproto.c	Thu Nov 12 23:05:56 2009 +0000
@@ -475,7 +475,10 @@
  * there is some significant data (media data or expected status notification).
  *
  * @param s          reading context
- * @param for_header non-zero value tells function to work until it gets notification from the server that playing has been started, otherwise function will work until some media data is received (or an error happens)
+ * @param for_header non-zero value tells function to work until it
+ * gets notification from the server that playing has been started,
+ * otherwise function will work until some media data is received (or
+ * an error happens)
  * @return 0 for successful operation, negative value in case of error
  */
 static int get_packet(URLContext *s, int for_header)