[FFmpeg-cvslog] r22874 - trunk/libavformat/librtmp.c
diego
subversion
Wed Apr 14 00:08:37 CEST 2010
Author: diego
Date: Wed Apr 14 00:08:36 2010
New Revision: 22874
Log:
whitespace cosmetics
Modified:
trunk/libavformat/librtmp.c
Modified: trunk/libavformat/librtmp.c
==============================================================================
--- trunk/libavformat/librtmp.c Tue Apr 13 16:29:13 2010 (r22873)
+++ trunk/libavformat/librtmp.c Wed Apr 14 00:08:36 2010 (r22874)
@@ -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 @@ static int rtmp_open(URLContext *s, cons
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 @@ static int rtmp_open(URLContext *s, cons
goto fail;
}
- s->priv_data = r;
+ s->priv_data = r;
s->is_streamed = 1;
return 0;
fail:
More information about the ffmpeg-cvslog
mailing list