diff options
author | Arpi <arpi@thot.banki.hu> | 2002-09-19 22:14:53 +0000 |
---|---|---|
committer | Arpi <arpi@thot.banki.hu> | 2002-09-19 22:14:53 +0000 |
commit | 3f09f52adf1ccdb93873f57570d8389316dc13ed (patch) | |
tree | c9ae3cb072c52045654db4fc53901dce25fd3b17 /libavcodec/dsputil.h | |
parent | b3a391e8b8498b3156849dafe164c859fbfbbcd2 (diff) | |
download | ffmpeg-3f09f52adf1ccdb93873f57570d8389316dc13ed.tar.gz |
fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)
[found by Kim Minh Kaplan]
Originally committed as revision 960 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r-- | libavcodec/dsputil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index 1bc3a469ac..e7873c832a 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -31,7 +31,7 @@ void ff_jpeg_fdct_islow (DCTELEM *data); void j_rev_dct (DCTELEM *data); -void fdct_mmx(DCTELEM *block); +void ff_fdct_mmx(DCTELEM *block); /* encoding scans */ extern UINT8 ff_alternate_horizontal_scan[64]; |