From 7e183a93d8b5b07843abd7dddc8b7215f06321ec Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Thu, 29 May 2008 02:29:33 +0000 Subject: reindent Originally committed as revision 13523 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffserver.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'ffserver.c') diff --git a/ffserver.c b/ffserver.c index 16d48085e2..495207520f 100644 --- a/ffserver.c +++ b/ffserver.c @@ -4234,19 +4234,19 @@ static int parse_ffconfig(const char *filename) filename, line_num); errors++; } else { - if (stream->feed && stream->fmt && strcmp(stream->fmt->name, "ffm") != 0) { - if (audio_id != CODEC_ID_NONE) { - audio_enc.codec_type = CODEC_TYPE_AUDIO; - audio_enc.codec_id = audio_id; - add_codec(stream, &audio_enc); - } - if (video_id != CODEC_ID_NONE) { - video_enc.codec_type = CODEC_TYPE_VIDEO; - video_enc.codec_id = video_id; - add_codec(stream, &video_enc); + if (stream->feed && stream->fmt && strcmp(stream->fmt->name, "ffm") != 0) { + if (audio_id != CODEC_ID_NONE) { + audio_enc.codec_type = CODEC_TYPE_AUDIO; + audio_enc.codec_id = audio_id; + add_codec(stream, &audio_enc); + } + if (video_id != CODEC_ID_NONE) { + video_enc.codec_type = CODEC_TYPE_VIDEO; + video_enc.codec_id = video_id; + add_codec(stream, &video_enc); + } } - } - stream = NULL; + stream = NULL; } } else if (!strcasecmp(cmd, "