comparison dct-test.c @ 8724:2c5662c41129 libavcodec

cosmetics: Remove period after copyright statement non-sentence.
author diego
date Sun, 01 Feb 2009 15:52:01 +0000
parents e9d9d946f213
children 6d7c38f60b06
comparison
equal deleted inserted replaced
8723:0acc958e87b0 8724:2c5662c41129
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 /** 22 /**
23 * @file libavcodec/dct-test.c 23 * @file libavcodec/dct-test.c
24 * DCT test. (c) 2001 Fabrice Bellard. 24 * DCT test (c) 2001 Fabrice Bellard
25 * Started from sample code by Juan J. Sierralta P. 25 * Started from sample code by Juan J. Sierralta P.
26 */ 26 */
27 27
28 #include <stdlib.h> 28 #include <stdlib.h>
29 #include <stdio.h> 29 #include <stdio.h>