summaryrefslogtreecommitdiff
path: root/libavcodec/h263.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-04-17 16:30:31 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-04-17 16:30:31 +0000
commit9dbf1dddbdaff0965c211f7082519d967d123af9 (patch)
tree64b2a06b1ed151aa3b458c98e8b2d0e3fad04365 /libavcodec/h263.c
parent9dbcbd92e84b2cd033fa6688935ffaad4b67e64e (diff)
mpeg2/mpeg4 dequantizer support (c & mmx)
mpeg1 dequantizer optimizations Originally committed as revision 404 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h263.c')
-rw-r--r--libavcodec/h263.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h263.c b/libavcodec/h263.c
index eb922e5b4b..bcb9ea2508 100644
--- a/libavcodec/h263.c
+++ b/libavcodec/h263.c
@@ -2669,7 +2669,7 @@ int mpeg4_decode_picture_header(MpegEncContext * s)
}
}
- s->dct_unquantize= s->dct_unquantize_mpeg;
+ s->dct_unquantize= s->dct_unquantize_mpeg2;
// FIXME a bunch of grayscale shape things
}else