X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=wmadec_filter.c;h=67791a6036456655f3eba3184e9777884623dea9;hp=d79df975450f057c4db49f2f0ad9ccd6a50e0cf6;hb=18651668774f785d38189eee9d8389fe69428380;hpb=d4b77deab0304c7ba0a02a27b4b01e6af8334cbb diff --git a/wmadec_filter.c b/wmadec_filter.c index d79df975..67791a60 100644 --- a/wmadec_filter.c +++ b/wmadec_filter.c @@ -590,7 +590,7 @@ static int get_vlc2(struct getbit_context *s, VLC_TYPE(*table)[2], OPEN_READER(re, s) UPDATE_CACHE(re, s) - GET_VLC(code, re, s, table, bits, max_depth) + GET_VLC(code, s, table, bits, max_depth) CLOSE_READER(re, s) return code; }