forked from FFmpeg/FFmpeg
whitespace cosmetics
Originally committed as revision 22874 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8b9ec992a7
commit
fc122efd66
1 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file libavformat/librtmp.c
|
* @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"
|
#include "avformat.h"
|
||||||
|
@ -59,7 +59,7 @@ static int rtmp_open(URLContext *s, const char *uri, int flags)
|
||||||
if (!r)
|
if (!r)
|
||||||
return AVERROR(ENOMEM);
|
return AVERROR(ENOMEM);
|
||||||
|
|
||||||
switch(av_log_get_level()) {
|
switch (av_log_get_level()) {
|
||||||
default:
|
default:
|
||||||
case AV_LOG_FATAL: rc = RTMP_LOGCRIT; break;
|
case AV_LOG_FATAL: rc = RTMP_LOGCRIT; break;
|
||||||
case AV_LOG_ERROR: rc = RTMP_LOGERROR; break;
|
case AV_LOG_ERROR: rc = RTMP_LOGERROR; break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue