[FFmpeg-cvslog] r22864 - trunk/libavcodec/eval.h

stefano subversion
Mon Apr 12 23:49:02 CEST 2010


Author: stefano
Date: Mon Apr 12 23:49:01 2010
New Revision: 22864

Log:
Remove stray empty line.

Modified:
   trunk/libavcodec/eval.h

Modified: trunk/libavcodec/eval.h
==============================================================================
--- trunk/libavcodec/eval.h	Mon Apr 12 22:45:33 2010	(r22863)
+++ trunk/libavcodec/eval.h	Mon Apr 12 23:49:01 2010	(r22864)
@@ -61,7 +61,6 @@ double ff_parse_and_eval_expr(const char
  * @return AVExpr which must be freed with ff_free_expr() by the user when it is not needed anymore
  *         NULL if anything went wrong
  */
-
 AVExpr *ff_parse_expr(const char *s, const char * const *const_name,
                double (* const *func1)(void *, double), const char * const *func1_name,
                double (* const *func2)(void *, double, double), const char * const *func2_name,



More information about the ffmpeg-cvslog mailing list