Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-02-24 20:31:44 +0300
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-02-24 20:31:44 +0300
commit1a12eb4a7314900b9569d6cc76814f39f95922bd (patch)
tree8f4644f71ca5f336b1cbb1434b7087bcdf2192dd /libswscale/ppc
parentcb0355537d6a89fc71fbc672ad5dba8a1eadce34 (diff)
parent29c2d06d67724e994980045afa055c6c34611b30 (diff)
Merge commit '29c2d06d67724e994980045afa055c6c34611b30'
* commit '29c2d06d67724e994980045afa055c6c34611b30': cosmetics: Drop empty comment lines Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'libswscale/ppc')
-rw-r--r--libswscale/ppc/yuv2rgb_altivec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libswscale/ppc/yuv2rgb_altivec.c b/libswscale/ppc/yuv2rgb_altivec.c
index 638706f027..aae44031e8 100644
--- a/libswscale/ppc/yuv2rgb_altivec.c
+++ b/libswscale/ppc/yuv2rgb_altivec.c
@@ -142,7 +142,6 @@ typedef signed char sbyte;
* brgb|rgbr|gbrg|brgb
* 1001 0010 0100 1001
* a67b 89cA BdCD eEFf
- *
*/
static const vector unsigned char
perm_rgb_0 = { 0x00, 0x01, 0x10, 0x02, 0x03, 0x11, 0x04, 0x05,