Xvid-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Original]

Re: [XviD-devel] Bug in VFW frontend


To: xvid-devel@xxxxxxxx
Subject: Re: [XviD-devel] Bug in VFW frontend
From: "peter ross" <suxen_drol@xxxxxxxxxxx>
Date: Mon, 19 Aug 2002 19:43:58 +1000

but this is buggy, because DRV_OK is defined as DRVCNF_OK which is
just 0x0001 value and there is no break or return so the program
continues to next case statament, which is DRV_OPEN. This caused, at
least for me, creation of new instance of encoder even when DRV_FREE
was called.

fixed, it now reads: return DRV_OK;

-- pete


_________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com



[Prev in Thread] Current Thread [Next in Thread]