提交 26adc8d0 编写于 作者: J Justin Ruggles

cosmetics: line wrap and indentation after last commit.

Originally committed as revision 17603 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 59c6178a
......@@ -141,10 +141,9 @@ static av_cold int flac_decode_init(AVCodecContext *avctx)
if (!ff_flac_is_extradata_valid(avctx, &format, &streaminfo))
return -1;
/* initialize based on the demuxer-supplied streamdata header */
ff_flac_parse_streaminfo(avctx, (FLACStreaminfo *)s,
streaminfo);
allocate_buffers(s);
/* initialize based on the demuxer-supplied streamdata header */
ff_flac_parse_streaminfo(avctx, (FLACStreaminfo *)s, streaminfo);
allocate_buffers(s);
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册