OSDN Git Service

support seperating expressons by ;
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 27 Oct 2006 22:16:25 +0000 (22:16 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 27 Oct 2006 22:16:25 +0000 (22:16 +0000)
commit835954e3a4c7c7885c174d2d5a458fd956eabc39
tree106c17f959156efea88e4de1fd63c18d36ed0dde
parent418f17e0060b2f8e8540441124752bed82444d4d
support seperating expressons by ;
support variables, the syntax isnt beautifull (st(a,b) means var[a]=b and ld(a) var[a]) but for a mere 19 lines of code its fairly simple, if anyone wants to write real variables support with names for variables and = and [] then that would of course be welcome but only if it doesnt bloat the code up terribly...)

Originally committed as revision 6813 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/eval.c