mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
Fix indentation.
Originally committed as revision 25781 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
18d761a1b1
commit
0f46d68522
@ -271,7 +271,7 @@ static int process_ipmovie_chunk(IPMVEContext *s, ByteIOContext *pb,
|
||||
while ((chunk_size > 0) && (chunk_type != CHUNK_BAD)) {
|
||||
|
||||
/* read the next chunk, wherever the file happens to be pointing */
|
||||
if (url_feof(pb)) {
|
||||
if (url_feof(pb)) {
|
||||
chunk_type = CHUNK_EOF;
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user