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

Kim Minh Kaplan kmkaplan at selfoffice.com
Sun Nov 3 16:11:56 CET 2002


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);"?



More information about the MPlayer-dev-eng mailing list