--- decoder.c 2005/12/24 01:06:20 1.76 +++ decoder.c 2006/03/27 11:21:48 1.78 @@ -20,7 +20,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: decoder.c,v 1.76 2005/12/24 01:06:20 Isibaar Exp $ + * $Id: decoder.c,v 1.78 2006/03/27 11:21:48 Skal Exp $ * ****************************************************************************/ @@ -195,6 +195,9 @@ dec->low_delay = 0; dec->packed_mode = 0; dec->time_inc_resolution = 1; /* until VOL header says otherwise */ + dec->ver_id = 1; + + dec->bs_version = 0xffff; /* Initialize to very high value -> assume bugfree stream */ dec->fixed_dimensions = (dec->width > 0 && dec->height > 0);