1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

lavf/gifdec: cosmetics: remove extra whitespace

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol
2013-01-25 16:41:51 +00:00
parent 254e11cc01
commit d1d159d31e

View File

@@ -271,7 +271,7 @@ resync:
if (ret >= 0 && !frame_parsed) { if (ret >= 0 && !frame_parsed) {
/* This might happen when there is no image block /* This might happen when there is no image block
* between extension blocks and GIF_TRAILER or EOF */ * between extension blocks and GIF_TRAILER or EOF */
return AVERROR_EOF; return AVERROR_EOF;
} else } else
return ret; return ret;
} }