Change the type of pblocks from pointers to short array into
authorIvan Kalvachev <ikalvachev@gmail.com>
Sun, 22 Feb 2009 09:02:06 +0000 (09:02 +0000)
committerIvan Kalvachev <ikalvachev@gmail.com>
Sun, 22 Feb 2009 09:02:06 +0000 (09:02 +0000)
commit21effaa4b20bbd34ecc11e5bef1211dcca6fc2bc
tree1133d9773a2f902e9bfbcb694fc6364bb31409d9
parentd8f28a77270b2d94fea92d56c8737eb626adce8d
Change the type of pblocks from pointers to short array into
pointers to array of 64 DCTELEM, similarly to other block fields.
This also get rid of some casts and fixes a warning.

Originally committed as revision 17517 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpeg12.c
libavcodec/mpegvideo.c
libavcodec/mpegvideo.h
libavcodec/mpegvideo_xvmc.c