Skip to content
Snippets Groups Projects
Commit 26adc8d0 authored by Justin Ruggles's avatar Justin Ruggles
Browse files

cosmetics: line wrap and indentation after last commit.

Originally committed as revision 17603 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 59c6178a
No related branches found
No related tags found
No related merge requests found
...@@ -141,10 +141,9 @@ static av_cold int flac_decode_init(AVCodecContext *avctx) ...@@ -141,10 +141,9 @@ static av_cold int flac_decode_init(AVCodecContext *avctx)
if (!ff_flac_is_extradata_valid(avctx, &format, &streaminfo)) if (!ff_flac_is_extradata_valid(avctx, &format, &streaminfo))
return -1; return -1;
/* initialize based on the demuxer-supplied streamdata header */ /* initialize based on the demuxer-supplied streamdata header */
ff_flac_parse_streaminfo(avctx, (FLACStreaminfo *)s, ff_flac_parse_streaminfo(avctx, (FLACStreaminfo *)s, streaminfo);
streaminfo); allocate_buffers(s);
allocate_buffers(s);
return 0; return 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment