Submitted by:	 Roger Hardiman <roger@cs.strath.ac.uk>

I left out a line of code  from Roger's last patch :(
This commit is contained in:
ahasty 1998-06-05 08:59:11 +00:00
parent a9707ae1b4
commit c48add87fa
2 changed files with 4 additions and 0 deletions

View File

@ -1581,6 +1581,8 @@ video_open( bktr_ptr_t bktr )
frame_rate = 30;
#endif
bktr->flags = (bktr->flags & ~METEOR_DEV_MASK) | METEOR_DEV0;
bktr->max_clip_node = 0;
bt848->color_ctl_gamma = 1;

View File

@ -1581,6 +1581,8 @@ video_open( bktr_ptr_t bktr )
frame_rate = 30;
#endif
bktr->flags = (bktr->flags & ~METEOR_DEV_MASK) | METEOR_DEV0;
bktr->max_clip_node = 0;
bt848->color_ctl_gamma = 1;