[MPlayer-users] v_hw_equ_cap

Diego Biurrun diego at biurrun.de
Tue Aug 13 15:27:02 CEST 2002


GoTaR writes:
 > Where is that function? It's used in mplayer.c, but defined nowhere
 > within files fetched by cvs --up -dP, so I cannot compile mplayer for 2
 > last weeks...

grep is your friend for these types of things:

silver:/usr/src/mplayer$ grep -r v_hw_equ_cap *
mplayer.c:	    if(v_hw_equ_cap & VEQ_CAP_CONTRAST)
mplayer.c:		    if(v_hw_equ_cap) vo_osd_progbar_value = ((vo_gamma_c
ontrast+100)<<8)/200;
mplayer.c:	    if(v_hw_equ_cap & VEQ_CAP_BRIGHTNESS)
mplayer.c:		    if(v_hw_equ_cap) vo_osd_progbar_value = ((vo_gamma_b
rightness+100)<<8)/200;
mplayer.c:	    if(v_hw_equ_cap & VEQ_CAP_HUE)
mplayer.c:		    if(v_hw_equ_cap) vo_osd_progbar_value = ((vo_gamma_h
ue+100)<<8)/200;
mplayer.c:	    if(v_hw_equ_cap & VEQ_CAP_SATURATION)
mplayer.c:		    if(v_hw_equ_cap) vo_osd_progbar_value = ((vo_gamma_s
aturation+100)<<8)/200;

Diego




More information about the MPlayer-users mailing list