OSDN Git Service

Fix regression introduced by r12929.
authorRamiro Polla <ramiro.polla@gmail.com>
Tue, 22 Apr 2008 23:24:47 +0000 (23:24 +0000)
committerRamiro Polla <ramiro.polla@gmail.com>
Tue, 22 Apr 2008 23:24:47 +0000 (23:24 +0000)
commita960000304dedcfc89e62ab09202a535d24b5cca
tree87b422ee423c07f03c8b563f6a16a17da3e1ec9f
parent9ed0cff98ec9d9c45b6f1138b42768c3002acf6f
Fix regression introduced by r12929.
num_coeffs is just one byte.
It would make no sense for num_coeffs to be as high as 2^32.

Originally committed as revision 12931 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mimic.c