dsputil: Drop ff_check_alignment() function
authorDiego Biurrun <diego@biurrun.de>
Mon, 27 Jan 2014 17:37:40 +0000 (18:37 +0100)
committerDiego Biurrun <diego@biurrun.de>
Thu, 13 Mar 2014 12:50:28 +0000 (05:50 -0700)
commit9103185bd116930f90b847090e66a64fa9971ce2
tree760c94f6812ed0a1c966243880673708d00f0f65
parent49676eb7301e775d08bdbba5380159b106ee258f
dsputil: Drop ff_check_alignment() function

The function is supposed to confirm that the compiler provided enough
alignment, but in practice it is only run in certain code paths and
insufficient alignment problems are restricted to legacy compilers.
libavcodec/dsputil.c
libavcodec/dsputil.h
libavcodec/mpegvideo_enc.c