# HG changeset patch # User michaelni # Date 1034788998 0 # Node ID 97077dd24bfa632a533670c87a01bf97b120601c # Parent cbe316f082bcfadf52e328617cd5e5fc9b5324bb fixing alt_scan for the first frame (variable was reset) diff -r cbe316f082bc -r 97077dd24bfa h263dec.c --- a/h263dec.c Tue Oct 15 15:24:08 2002 +0000 +++ b/h263dec.c Wed Oct 16 17:23:18 2002 +0000 @@ -334,7 +334,7 @@ s->bitstream_buffer_size=0; if (!s->context_initialized) { - if (DCT_common_init(s) < 0) //we need the idct permutaton for reading a custom matrix + if (MPV_common_init(s) < 0) //we need the idct permutaton for reading a custom matrix return -1; }