diff options
Diffstat (limited to 'src/lib/util/aviio.c')
| -rw-r--r-- | src/lib/util/aviio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/util/aviio.c b/src/lib/util/aviio.c index 80484524f5c..7d1aa11e8b4 100644 --- a/src/lib/util/aviio.c +++ b/src/lib/util/aviio.c @@ -2317,7 +2317,7 @@ static avi_error rgb32_compress_to_rgb(avi_stream *stream, const bitmap_t *bitma *dest++ = RGB_GREEN(pix); *dest++ = RGB_RED(pix); } - + /* fill in any blank space on the right */ for ( ; x < stream->width && dest < dataend; x++) { @@ -2326,7 +2326,7 @@ static avi_error rgb32_compress_to_rgb(avi_stream *stream, const bitmap_t *bitma *dest++ = 0; } } - + /* fill in any blank space on the bottom */ for ( ; y < stream->height; y++) { |
