dct/rdft: Remove duplicate typedefs for context structs
authorDiego Biurrun <diego@biurrun.de>
Wed, 23 Jul 2014 14:36:19 +0000 (07:36 -0700)
committerDiego Biurrun <diego@biurrun.de>
Fri, 25 Jul 2014 09:02:15 +0000 (02:02 -0700)
commit060e4a9e0627adcda9101dd68ec7f22b4ce22b5b
treeb48aabc5da70a02eb6cff94f4a460771aeebf29f
parent436ced244fadcde2c0b925627920e84b25482542
dct/rdft: Remove duplicate typedefs for context structs

The typedefs also exist in the avfft.h header and since typedefs cannot be
legally redefined in C, the code fails to compile with some compilers.

This reverts commits 11c7155cce and 57f1b1dcc7.
libavcodec/dct.h
libavcodec/fft-test.c
libavcodec/rdft.h