OSDN Git Service

ARM: check struct offsets only when they are used
authorMåns Rullgård <mans@mansr.com>
Wed, 2 Jun 2010 22:05:25 +0000 (22:05 +0000)
committerMåns Rullgård <mans@mansr.com>
Wed, 2 Jun 2010 22:05:25 +0000 (22:05 +0000)
commit68dacb4e3b19772334b1ebcee3b7ac9560922f80
treec635330baa4182aa3e6b6b48a8c2d760546d4e78
parent48a783f3d7976e54bd1abe2182138181e17d639f
ARM: check struct offsets only when they are used

The offsets differ depending on configuration, so only check them when
they will actually be used.  Presently, this is when NEON is enabled.

Originally committed as revision 23436 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/arm/mpegvideo_arm.c