FFmpeg/libavcodec
Stefano Sabatini fc7e2d34cf Fix constness for func[12] parameters in ff_parse_expr() and
ff_parse_and_eval_expr().

Change func[12] attributes from "** func" to "* const * func".

This is consistent with the semantics of the provided arrays of
functions, which are not supposed to be changed by the ff_parse_*
functions.

Also fix the GCC compilation warnings:
libavcodec/ratecontrol.c: In function ‘ff_rate_control_init’:
libavcodec/ratecontrol.c:109: warning: passing argument 3 of ‘ff_parse_expr’ discards qualifiers from pointer target type
libavcodec/eval.h:69: note: expected ‘double (**)(void *, double)’ but argument is of type ‘double (* const*)(void *, double)’

Originally committed as revision 22860 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-12 20:22:55 +00:00
..
2010-03-08 04:33:02 +00:00
2010-03-06 14:24:59 +00:00
2010-04-08 06:27:39 +00:00
2010-03-08 04:33:02 +00:00
2010-03-08 18:43:52 +00:00
2010-03-06 14:24:59 +00:00
2010-03-11 17:42:53 +00:00
2010-03-11 17:42:53 +00:00
2010-04-12 13:21:33 +00:00
2010-02-13 18:24:13 +00:00
2010-02-13 18:24:13 +00:00
2010-03-08 18:43:52 +00:00
2010-02-21 13:28:46 +00:00
2010-03-29 02:50:41 +00:00
2010-03-30 15:50:57 +00:00
2010-03-06 14:24:59 +00:00
2010-03-01 20:42:13 +00:00
2010-04-12 16:05:10 +00:00
2010-03-08 19:00:05 +00:00
2010-03-14 22:29:11 +00:00
2010-03-14 17:50:16 +00:00
2010-03-08 18:43:52 +00:00
2010-03-08 18:43:52 +00:00
2010-03-30 15:50:57 +00:00
2010-02-26 00:08:27 +00:00
2010-02-07 15:12:37 +00:00
2010-03-17 15:06:27 +00:00
2010-03-31 14:13:49 +00:00
2010-04-12 16:16:43 +00:00
2010-03-14 17:50:12 +00:00
2010-03-08 18:43:52 +00:00
2010-02-21 21:48:37 +00:00
2010-02-23 16:54:05 +00:00
2010-04-02 14:04:15 +00:00
2010-03-06 14:24:59 +00:00
2010-03-08 18:43:52 +00:00
2010-02-03 04:40:42 +00:00
2010-03-30 15:50:57 +00:00
2010-03-23 03:35:02 +00:00
2010-02-24 22:13:20 +00:00
2010-03-06 14:24:59 +00:00
2010-03-09 08:20:11 +00:00
2010-03-06 14:24:59 +00:00
2010-03-06 14:24:59 +00:00
2010-03-14 17:50:12 +00:00
2010-03-06 14:24:59 +00:00
2010-03-06 14:34:46 +00:00
2010-02-12 14:22:41 +00:00
2010-03-06 14:24:59 +00:00
2010-04-04 07:18:10 +00:00