diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2016-02-24 17:31:44 +0000 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2016-02-24 17:31:44 +0000 |
commit | 1a12eb4a7314900b9569d6cc76814f39f95922bd (patch) | |
tree | 8f4644f71ca5f336b1cbb1434b7087bcdf2192dd /libavcodec/8bps.c | |
parent | cb0355537d6a89fc71fbc672ad5dba8a1eadce34 (diff) | |
parent | 29c2d06d67724e994980045afa055c6c34611b30 (diff) | |
download | ffmpeg-1a12eb4a7314900b9569d6cc76814f39f95922bd.tar.gz |
Merge commit '29c2d06d67724e994980045afa055c6c34611b30'
* commit '29c2d06d67724e994980045afa055c6c34611b30':
cosmetics: Drop empty comment lines
Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'libavcodec/8bps.c')
-rw-r--r-- | libavcodec/8bps.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/8bps.c b/libavcodec/8bps.c index 2e4464dbb4..46344e0e43 100644 --- a/libavcodec/8bps.c +++ b/libavcodec/8bps.c @@ -28,7 +28,6 @@ * Supports: PAL8 (RGB 8bpp, paletted) * : BGR24 (RGB 24bpp) (can also output it as RGB32) * : RGB32 (RGB 32bpp, 4th plane is alpha) - * */ #include <stdio.h> |