comparison ps2/idct_mmi.c @ 5215:2b72f9bc4f06 libavcodec

license header consistency cosmetics
author diego
date Thu, 05 Jul 2007 10:40:25 +0000
parents d5ba514e3f4a
children 43c97362dfa8
comparison
equal deleted inserted replaced
5214:470601203f44 5215:2b72f9bc4f06
21 * Lesser General Public License for more details. 21 * Lesser General Public License for more details.
22 * 22 *
23 * You should have received a copy of the GNU Lesser General Public 23 * You should have received a copy of the GNU Lesser General Public
24 * License along with FFmpeg; if not, write to the Free Software 24 * License along with FFmpeg; if not, write to the Free Software
25 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 25 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
26 * 26 */
27 */
28 27
29 #include "common.h" 28 #include "common.h"
30 #include "dsputil.h" 29 #include "dsputil.h"
31 #include "mmi.h" 30 #include "mmi.h"
32 31