[FFmpeg-devel] [PATCH 2/3] lavf/gifdec: cosmetics: remove extra whitespace
Paul B Mahol
onemda at gmail.com
Fri Jan 25 18:07:01 CET 2013
Signed-off-by: Paul B Mahol <onemda at gmail.com>
---
libavformat/gifdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/gifdec.c b/libavformat/gifdec.c
index 6cf36c1..1122849 100644
--- a/libavformat/gifdec.c
+++ b/libavformat/gifdec.c
@@ -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;
}
--
1.7.11.4
More information about the ffmpeg-devel
mailing list