Commit d8e76049 authored by Måns Rullgård's avatar Måns Rullgård

indent

Originally committed as revision 9553 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5ffcb1be
...@@ -146,8 +146,8 @@ static int mpegaudio_parse(AVCodecParserContext *s1, ...@@ -146,8 +146,8 @@ static int mpegaudio_parse(AVCodecParserContext *s1,
s->frame_size = -1; s->frame_size = -1;
} }
#endif #endif
if(s->header_count > 1) if(s->header_count > 1)
avctx->sample_rate= sr; avctx->sample_rate= sr;
} }
} }
} else } else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment