OSDN Git Service

Fix evaluation of expressions of the form: E1;E2.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Mon, 1 Nov 2010 09:34:12 +0000 (09:34 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Mon, 1 Nov 2010 09:34:12 +0000 (09:34 +0000)
commit63b1630356f41c1de164aa98ad6ae16db8411a21
treefb1b47ced7dfcef18cef14b8da3fa042551e7dc3
parentd56920e206b639d9e2a4e22b90acc680c6e4ca04
Fix evaluation of expressions of the form: E1;E2.

The pointer to the char ';' has to be increased before to evaluate
";E2".

Originally committed as revision 25623 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/avutil.h
libavutil/eval.c