[FFmpeg-cvslog] r22840 - in trunk/libavcodec: eval.c eval.h
stefano
subversion
Sun Apr 11 22:04:12 CEST 2010
Author: stefano
Date: Sun Apr 11 22:04:11 2010
New Revision: 22840
Log:
Remove redundant file descriptions from copyright headers.
File description is only kept in the @file doxy.
Modified:
trunk/libavcodec/eval.c
trunk/libavcodec/eval.h
Modified: trunk/libavcodec/eval.c
==============================================================================
--- trunk/libavcodec/eval.c Sun Apr 11 20:44:51 2010 (r22839)
+++ trunk/libavcodec/eval.c Sun Apr 11 22:04:11 2010 (r22840)
@@ -1,6 +1,4 @@
/*
- * simple arithmetic expression evaluator
- *
* Copyright (c) 2002-2006 Michael Niedermayer <michaelni at gmx.at>
* Copyright (c) 2006 Oded Shimon <ods15 at ods15.dyndns.org>
*
Modified: trunk/libavcodec/eval.h
==============================================================================
--- trunk/libavcodec/eval.h Sun Apr 11 20:44:51 2010 (r22839)
+++ trunk/libavcodec/eval.h Sun Apr 11 22:04:11 2010 (r22840)
@@ -1,6 +1,4 @@
/*
- * simple arithmetic expression evaluator
- *
* Copyright (c) 2002 Michael Niedermayer <michaelni at gmx.at>
*
* This file is part of FFmpeg.
@@ -22,7 +20,7 @@
/**
* @file libavcodec/eval.h
- * eval header.
+ * simple arithmetic expression evaluator
*/
#ifndef AVCODEC_EVAL_H
More information about the ffmpeg-cvslog
mailing list