Mercurial > libavcodec.hg
comparison motion_est.c @ 8629:04423b2f6e0b libavcodec
cosmetics: Remove pointless period after copyright statement non-sentences.
author | diego |
---|---|
date | Mon, 19 Jan 2009 15:46:40 +0000 |
parents | d6bab465b82c |
children | e9d9d946f213 |
comparison
equal
deleted
inserted
replaced
8628:e49a2e1f0020 | 8629:04423b2f6e0b |
---|---|
1 /* | 1 /* |
2 * Motion estimation | 2 * Motion estimation |
3 * Copyright (c) 2000,2001 Fabrice Bellard. | 3 * Copyright (c) 2000,2001 Fabrice Bellard |
4 * Copyright (c) 2002-2004 Michael Niedermayer | 4 * Copyright (c) 2002-2004 Michael Niedermayer |
5 * | 5 * |
6 * new motion estimation (X1/EPZS) by Michael Niedermayer <michaelni@gmx.at> | 6 * new motion estimation (X1/EPZS) by Michael Niedermayer <michaelni@gmx.at> |
7 * | 7 * |
8 * This file is part of FFmpeg. | 8 * This file is part of FFmpeg. |