changeset 5951:28103c669f01 libavformat

whitespace cosmetics
author diego
date Tue, 13 Apr 2010 22:08:36 +0000
parents f80cd2cf07e4
children 7f9a0da9f56a
files librtmp.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/librtmp.c	Tue Apr 13 07:25:50 2010 +0000
+++ b/librtmp.c	Tue Apr 13 22:08:36 2010 +0000
@@ -21,7 +21,7 @@
 
 /**
  * @file libavformat/librtmp.c
- * RTMP protocol based on http://rtmpdump.mplayerhq.hu librtmp
+ * RTMP protocol based on http://rtmpdump.mplayerhq.hu/ librtmp
  */
 
 #include "avformat.h"
@@ -59,7 +59,7 @@
     if (!r)
         return AVERROR(ENOMEM);
 
-    switch(av_log_get_level()) {
+    switch (av_log_get_level()) {
     default:
     case AV_LOG_FATAL:   rc = RTMP_LOGCRIT;    break;
     case AV_LOG_ERROR:   rc = RTMP_LOGERROR;   break;
@@ -84,7 +84,7 @@
         goto fail;
     }
 
-    s->priv_data = r;
+    s->priv_data   = r;
     s->is_streamed = 1;
     return 0;
 fail: