Shouldn't be there.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8097 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rguyom 2002-11-04 02:16:00 +00:00
parent 3aff75a6ac
commit e7571b0783
1 changed files with 1 additions and 2 deletions

View File

@ -777,8 +777,7 @@ static int vbr_init_2pass2(void *sstate)
*/
state->keyframe_locations[c] = state->cur_frame;
/* Compensate AVI overhead */
desired = state->desired_size - state->nb_frames*24;
desired = state->desired_size;
switch(state->credits_mode) {
case VBR_CREDITS_MODE_QUANT :