summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-09-26 00:18:12 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-09-26 00:18:12 +0000
commit9ca358b9511a412a4b45880ce78cd7479087ad92 (patch)
treef36a9c02d3b3cf30acca2c6c27806dcc275c9b86 /libavcodec/dsputil.h
parent8cbd529f12203050780025dfae837e50591d3145 (diff)
1/4 resolution decoding
Originally committed as revision 3509 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r--libavcodec/dsputil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h
index 8dcc5d910d..15f0b6e2a2 100644
--- a/libavcodec/dsputil.h
+++ b/libavcodec/dsputil.h
@@ -43,6 +43,7 @@ void ff_fdct248_islow (DCTELEM *data);
void j_rev_dct (DCTELEM *data);
void j_rev_dct4 (DCTELEM *data);
+void j_rev_dct2 (DCTELEM *data);
void ff_fdct_mmx(DCTELEM *block);
void ff_fdct_mmx2(DCTELEM *block);