[FFmpeg-soc] [soc]: r4384 - rtmp/rtmpproto.c

kostya subversion at mplayerhq.hu
Thu Jun 4 12:21:31 CEST 2009


Author: kostya
Date: Thu Jun  4 12:21:31 2009
New Revision: 4384

Log:
cosmetics: remove empty lines for better readability

Modified:
   rtmp/rtmpproto.c

Modified: rtmp/rtmpproto.c
==============================================================================
--- rtmp/rtmpproto.c	Thu Jun  4 12:20:38 2009	(r4383)
+++ rtmp/rtmpproto.c	Thu Jun  4 12:21:31 2009	(r4384)
@@ -49,9 +49,7 @@ typedef struct RTMPContext {
  * url syntax: rtp://host:port[?option=val...]
  * option: 'ttl=n'       : set the ttl value (for multicast only)
  *         'localport=n' : set the local port to n
- *
  */
-
 static int rtmp_open(URLContext *h, const char *uri, int flags)
 {
     RTMPContext *s;


More information about the FFmpeg-soc mailing list