mirror of https://git.ffmpeg.org/ffmpeg.git
Fix indenting.
Originally committed as revision 16056 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fe9e9d6020
commit
76f940b21e
|
@ -67,9 +67,9 @@ static int rm_read_audio_stream_info(AVFormatContext *s, ByteIOContext *pb,
|
||||||
get_str8(pb, s->copyright, sizeof(s->copyright));
|
get_str8(pb, s->copyright, sizeof(s->copyright));
|
||||||
get_str8(pb, s->comment, sizeof(s->comment));
|
get_str8(pb, s->comment, sizeof(s->comment));
|
||||||
if ((startpos + (version & 0xffff)) >= url_ftell(pb) + 2) {
|
if ((startpos + (version & 0xffff)) >= url_ftell(pb) + 2) {
|
||||||
// fourcc (should always be "lpcJ")
|
// fourcc (should always be "lpcJ")
|
||||||
get_byte(pb);
|
get_byte(pb);
|
||||||
get_str8(pb, buf, sizeof(buf));
|
get_str8(pb, buf, sizeof(buf));
|
||||||
}
|
}
|
||||||
// Skip extra header crap (this should never happen)
|
// Skip extra header crap (this should never happen)
|
||||||
if ((startpos + (version & 0xffff)) > url_ftell(pb))
|
if ((startpos + (version & 0xffff)) > url_ftell(pb))
|
||||||
|
|
Loading…
Reference in New Issue