mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
cosmetics: line wrap and indentation after last commit.
Originally committed as revision 17603 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
59c6178a54
commit
26adc8d086
@ -142,8 +142,7 @@ static av_cold int flac_decode_init(AVCodecContext *avctx)
|
||||
return -1;
|
||||
|
||||
/* initialize based on the demuxer-supplied streamdata header */
|
||||
ff_flac_parse_streaminfo(avctx, (FLACStreaminfo *)s,
|
||||
streaminfo);
|
||||
ff_flac_parse_streaminfo(avctx, (FLACStreaminfo *)s, streaminfo);
|
||||
allocate_buffers(s);
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user