summaryrefslogtreecommitdiffstats
path: root/libswscale
diff options
context:
space:
mode:
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/swscale.h2
-rw-r--r--libswscale/yuv2rgb_template.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/swscale.h b/libswscale/swscale.h
index 95ff4f1770..cee394f8a5 100644
--- a/libswscale/swscale.h
+++ b/libswscale/swscale.h
@@ -22,7 +22,7 @@
#define SWSCALE_SWSCALE_H
/**
- * @file swscale.h
+ * @file libswscale/swscale.h
* @brief
* external api for the swscale stuff
*/
diff --git a/libswscale/yuv2rgb_template.c b/libswscale/yuv2rgb_template.c
index a850545a48..216ddd2803 100644
--- a/libswscale/yuv2rgb_template.c
+++ b/libswscale/yuv2rgb_template.c
@@ -1,7 +1,7 @@
/*
* yuv2rgb_mmx.c, software YUV to RGB converter with Intel MMX "technology"
*
- * Copyright (C) 2000, Silicon Integrated System Corp.
+ * Copyright (C) 2000, Silicon Integrated System Corp
*
* Author: Olie Lho <ollie@sis.com.tw>
*