1
mirror of https://github.com/mpv-player/mpv synced 2024-09-05 02:48:21 +02:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8086 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rguyom 2002-11-03 15:56:58 +00:00
parent a007cfa113
commit ddac80c68e

View File

@ -612,7 +612,7 @@ static int vbr_finish_2pass1(void *sstate)
}while(i < 2);
/* Prepare to write to the stream */
fseek( state->pass1_file, ftell( state->pass1_file ), SEEK_SET );
fseek( state->pass1_file, 0L, SEEK_CUR );
/* Overwrite the frame field - safe as we have written extra spaces */
fprintf(state->pass1_file, "# frames : %.10d\n", state->nb_frames);