[MPlayer-dev-eng] Better handling of low FPS and still images

Uoti Urpala uoti.urpala at pp1.inet.fi
Fri Aug 24 09:16:12 CEST 2007


On Fri, 2007-08-24 at 09:06 +0200, Reimar Döffinger wrote:
> So although I still dislike bitfields (though it would be waste to put
> each into their own int) I won't uphold by objections except for:
> 
> > -  if(!select)
> > -    key_fds[num_key_fd].flags |= MP_FD_NO_SELECT;
> > +  key_fds[num_key_fd].no_select = !select;
> 
> This does not do the same and IMO should not be changed in the same
> patch as the other more cosmetic changes (there is at least one more
> such change).

There's "memset(&key_fds[num_key_fd],0,sizeof(mp_input_fd_t));" 4 lines
above so it does have the same end result.




More information about the MPlayer-dev-eng mailing list