You've already forked FFmpeg
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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user