mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
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:
parent
7f4f3e169f
commit
7f58baa8ca
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user