OSDN Git Service

add support for while() loops again ugly syntax while(condition, statements) but...
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 27 Oct 2006 22:35:55 +0000 (22:35 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 27 Oct 2006 22:35:55 +0000 (22:35 +0000)
commit45ee0e3282f9683fc1d5f1528f4edb889c4118a3
treedfa3c3a13a6e00fbc59712664783abb84dc7339a
parent835954e3a4c7c7885c174d2d5a458fd956eabc39
add support for while() loops again ugly syntax while(condition, statements) but very simple implementation

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