Mercurial > libavcodec.hg
changeset 752:97077dd24bfa libavcodec
fixing alt_scan for the first frame (variable was reset)
author | michaelni |
---|---|
date | Wed, 16 Oct 2002 17:23:18 +0000 |
parents | cbe316f082bc |
children | 8e1f0939d15d |
files | h263dec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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; }