SIPR: kill variable-length arrays
authorMåns Rullgård <mans@mansr.com>
Wed, 13 Jan 2010 03:11:02 +0000 (03:11 +0000)
committerMåns Rullgård <mans@mansr.com>
Wed, 13 Jan 2010 03:11:02 +0000 (03:11 +0000)
commitf3da24c4c311766d8d2f76d008b0e6a652300dd0
treef1b0f8ab9b266763279b626b039d8a532f237bcf
parent0cd73b6c30269e1185e39ff812751671ad64c3b7
SIPR: kill variable-length arrays

Two of these are in fact constant size, so use the constant instead of
a variable in the declarations.  The remaining one is small enough
that always using the maximum size is acceptable.

Originally committed as revision 21183 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/sipr.c