Mercurial > mplayer.hg
view Gui/mplayer/gtk/opts.h @ 4296:a20c333d6c09
Gamma correction (based on patch of P«”sztor Szil«”rd <silicon@falcon.sch.bme.hu>)
Seriously modified.
Use mplayer specific command line arguments for that:
-brightness -contrast -saturation -hue
(For detail see DOCS)
author | nick |
---|---|
date | Mon, 21 Jan 2002 18:55:51 +0000 |
parents | d47cbcdce1a8 |
children | 77980ab4e296 |
line wrap: on
line source
#ifndef _GUI_OPTS_H #define _GUI_OPTS_H #include <gtk/gtk.h> void HideOptions( void ); GtkWidget * create_Options( void ); #endif