You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Cosmetics: indent
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
6629dbd299
commit
40612f2601
@@ -287,13 +287,13 @@ static int wav_read_header(AVFormatContext *s,
|
|||||||
* know where the data tag ends
|
* know where the data tag ends
|
||||||
*/
|
*/
|
||||||
if (!pb->seekable || (!rf64 && !size))
|
if (!pb->seekable || (!rf64 && !size))
|
||||||
goto break_loop;
|
goto break_loop;
|
||||||
|
|
||||||
data_ofs = avio_tell(pb);
|
data_ofs = avio_tell(pb);
|
||||||
break;
|
break;
|
||||||
case MKTAG('f','a','c','t'):
|
case MKTAG('f','a','c','t'):
|
||||||
if(!sample_count)
|
if(!sample_count)
|
||||||
sample_count = avio_rl32(pb);
|
sample_count = avio_rl32(pb);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
avio_seek(pb, next_tag_ofs, SEEK_SET);
|
avio_seek(pb, next_tag_ofs, SEEK_SET);
|
||||||
|
Reference in New Issue
Block a user