OSDN Git Service

Make av_parse_expr() fail if there are trailing chars at the end of
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Wed, 16 Jun 2010 18:27:55 +0000 (18:27 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Wed, 16 Jun 2010 18:27:55 +0000 (18:27 +0000)
commit7ec9b9beca13f617c1464444df3707ce2c619906
treef9c079047be322e96e9acef1ca70875cae23360b
parentc1b81d2fd3461e6f2618fac51d42e3781ee1ce75
Make av_parse_expr() fail if there are trailing chars at the end of
the provided expression.

Allow detection of mistyped expressions.

Originally committed as revision 23629 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/eval.c