[MPlayer-dev-eng] Re: [PATCH] repair xvid 2-pass encoding

Rémi Guyomarch rguyom at pobox.com
Sun Nov 3 16:51:29 CET 2002


On Sun, Nov 03, 2002 at 04:11:56PM +0100, Kim Minh Kaplan wrote:
> Rémi Guyomarch writes:
> 
> > +	pos = ftell( state->pass1_file );
> > +	fseek( state->pass1_file, pos, SEEK_SET );
> 
> Is there any reason not to use the simpler "fseek(state->pass1_file, 0L, SEEK_CUR);"?

No :)

-- 
Rémi



More information about the MPlayer-dev-eng mailing list