diff rtmpproto.c @ 5367:f0711d97bff4 libavformat

Split overly long line in doxy.
author stefano
date Thu, 12 Nov 2009 23:05:56 +0000
parents 08ec48911f20
children f31fa4114750
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)