History | View | Annotate | Download (4.04 KB)
Make ff_inverse stay with libavutil, and optional copy it to libavcodec.
The ff_inverse table is used by FASTDIV macro, defined in libavutil, but upto now the table was defined only in libavcodec.
After this change, the main copy of ff_inverse is part of libavutil (just...