Remove redundant extern declaration of j_rev_dct that is already

present in the #included header file dsputil.h.

Originally committed as revision 9005 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-05-12 10:53:33 +00:00
parent 7f4f3e169f
commit 7f58baa8ca
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ extern void ff_idct_xvid_mmx(DCTELEM *block);
extern void ff_idct_xvid_mmx2(DCTELEM *block);
extern void init_fdct();
extern void j_rev_dct(DCTELEM *data);
extern void ff_mmx_idct(DCTELEM *data);
extern void ff_mmxext_idct(DCTELEM *data);