[Mplayer-cvslog] CVS: main/libvo vosub_vidix.c,1.10,1.11

Alex Beregszaszi alex at naxine.org
Fri Jan 18 12:11:37 CET 2002


On Fri, Jan 18, 2002 at 02:11:02PM +0300, Nick Kurshev wrote:
> Hello, Alex!
> 
> On Fri, 18 Jan 2002 11:26:05 +0100 you wrote:
> 
> > Nick!
> > 
> > Why are you shitting me always?
> > 
> It's such joke of mplayer's developers ;) Means 10L of cola.

I know, i hate it since i became my first 10litres ;)) (also my
litre-counter is now around 100l or 200l? (or more?) :)

Btw, i commited changes about this "void, remove return values" change and
written my comment in commit message.

> Don't take offence ;)
> > On Fri, Jan 18, 2002 at 10:25:59AM +0100, Nick Kurshev wrote:
> > > Update of /cvsroot/mplayer/main/libvo
> > > In directory mplayer:/var/tmp.root/cvs-serv28978/main/libvo
> > > 
> > > Modified Files:
> > > 	vosub_vidix.c 
> > > Log Message:
> > > Suppress return values for 'void'. 10L to Alex
> > > 
> > > Index: vosub_vidix.c
> > > ===================================================================
> > > RCS file: /cvsroot/mplayer/main/libvo/vosub_vidix.c,v
> > > retrieving revision 1.10
> > > retrieving revision 1.11
> > > diff -u -r1.10 -r1.11
> > > --- vosub_vidix.c	18 Jan 2002 09:11:09 -0000	1.10
> > > +++ vosub_vidix.c	18 Jan 2002 09:25:56 -0000	1.11
> > > @@ -188,7 +188,7 @@
> > >      if((err=vdlPlaybackOn(vidix_handler))!=0)
> > >      {
> > >  	printf("vosub_vidix: Can't start playback: %s\n",strerror(err));
> > > -	return -1;
> > > +	return;
> > >      }
> > >      vid_eq.brightness = vo_gamma_brightness;
> > >      vid_eq.saturation = vo_gamma_saturation;
> > > @@ -199,19 +199,16 @@
> > >      vid_eq.blue_intense = vo_gamma_blue_intense;
> > >      vid_eq.flags = VEQ_FLG_ITU_R_BT_601;
> > >      vdlPlaybackSetEq(vidix_handler,&vid_eq);
> > > -    return 0;
> > > +    return;
> > >  }
> > >  
> > >  void vidix_stop(void)
> > >  {
> > >      int err;
> > > -
> > >      if((err=vdlPlaybackOff(vidix_handler))!=0)
> > >      {
> > >  	printf("vosub_vidix: Can't stop playback: %s\n",strerror(err));
> > > -	return -1;
> > >      }
> > > -    return 0;
> > >  }
> > >  
> > >  void vidix_term( void )
> > > 
> > > _______________________________________________
> > > Mplayer-cvslog mailing list
> > > Mplayer-cvslog at mplayerhq.hu
> > > http://mplayerhq.hu/mailman/listinfo/mplayer-cvslog
> > _______________________________________________
> > Mplayer-cvslog mailing list
> > Mplayer-cvslog at mplayerhq.hu
> > http://mplayerhq.hu/mailman/listinfo/mplayer-cvslog
> > 
> 
> 
> Best regards! Nick
> _______________________________________________
> Mplayer-cvslog mailing list
> Mplayer-cvslog at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list