comparison 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
comparison
equal deleted inserted replaced
5366:a04be95927ac 5367:f0711d97bff4
473 /** 473 /**
474 * Interacts with the server by receiving and sending RTMP packets until 474 * Interacts with the server by receiving and sending RTMP packets until
475 * there is some significant data (media data or expected status notification). 475 * there is some significant data (media data or expected status notification).
476 * 476 *
477 * @param s reading context 477 * @param s reading context
478 * @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) 478 * @param for_header non-zero value tells function to work until it
479 * gets notification from the server that playing has been started,
480 * otherwise function will work until some media data is received (or
481 * an error happens)
479 * @return 0 for successful operation, negative value in case of error 482 * @return 0 for successful operation, negative value in case of error
480 */ 483 */
481 static int get_packet(URLContext *s, int for_header) 484 static int get_packet(URLContext *s, int for_header)
482 { 485 {
483 RTMPContext *rt = s->priv_data; 486 RTMPContext *rt = s->priv_data;