[FFmpeg-cvslog] r20529 - trunk/libavformat/rtmpproto.c

stefano subversion
Fri Nov 13 00:05:56 CET 2009


Author: stefano
Date: Fri Nov 13 00:05:56 2009
New Revision: 20529

Log:
Split overly long line in doxy.

Modified:
   trunk/libavformat/rtmpproto.c

Modified: trunk/libavformat/rtmpproto.c
==============================================================================
--- trunk/libavformat/rtmpproto.c	Thu Nov 12 21:21:38 2009	(r20528)
+++ trunk/libavformat/rtmpproto.c	Fri Nov 13 00:05:56 2009	(r20529)
@@ -475,7 +475,10 @@ static int rtmp_parse_result(URLContext 
  * 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)



More information about the ffmpeg-cvslog mailing list