]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
And on the sixth day, God gave us the <= operand, which makes the loop
authorrbultje <rbultje@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 9 Nov 2009 22:04:03 +0000 (22:04 +0000)
committerrbultje <rbultje@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 9 Nov 2009 22:04:03 +0000 (22:04 +0000)
commitf4c18ee35cef57d5ef043f87006f380c98cf7de3
tree4f3be0ebb328ca28df56208c04a9422b64228cb7
parent88d35d732f317098b12652fb0e89e29488a01f3a
And on the sixth day, God gave us the <= operand, which makes the loop
"for (i = 1; i < num + 1; i++)" look like "for (i = 1; i <= num; i++)".
Programmers worldwide rejoiced and used the operand, e.g. in the thread
"[PATCH] remove ugliness in cel_filters.c", and He saw that it was good.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20489 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavcodec/celp_filters.c