This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavf/gifdec: cosmetics: remove extra whitespace
Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n1.2
Paul B Mahol
12 years ago
parent
254e11cc01
commit
d1d159d31e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/gifdec.c
+ 1
- 1
libavformat/gifdec.c
View File
@@ -271,7 +271,7 @@ resync:
if (ret >= 0 && !frame_parsed) {
/* This might happen when there is no image block
* between extension blocks and GIF_TRAILER or EOF */
return
AVERROR_EOF;
return AVERROR_EOF;
} else
return ret;
}
Write
Preview
Loading…
Cancel
Save