From 1d8041b36cc4e41780454249631221d039b7d72b Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 12 Nov 2009 23:05:56 +0000 Subject: Split overly long line in doxy. Originally committed as revision 20529 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtmpproto.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libavformat/rtmpproto.c') diff --git a/libavformat/rtmpproto.c b/libavformat/rtmpproto.c index 84cc388284..6d52214a89 100644 --- a/libavformat/rtmpproto.c +++ b/libavformat/rtmpproto.c @@ -475,7 +475,10 @@ static int rtmp_parse_result(URLContext *s, RTMPContext *rt, RTMPPacket *pkt) * 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) -- cgit v1.2.3