Mercurial > mplayer.hg
annotate gui/dialog/playlist.h @ 36112:e2e188ede1d1
Use better default for YUV mode autodetection.
The lookup method is a lot faster, and if gamma is not used
we use the same code as before that does not handle gamma at all.
author | reimar |
---|---|
date | Wed, 01 May 2013 19:06:51 +0000 |
parents | 2f7308a37ac6 |
children |
rev | line source |
---|---|
35526 | 1 /* |
2 * This file is part of MPlayer. | |
3 * | |
4 * MPlayer is free software; you can redistribute it and/or modify | |
5 * it under the terms of the GNU General Public License as published by | |
6 * the Free Software Foundation; either version 2 of the License, or | |
7 * (at your option) any later version. | |
8 * | |
9 * MPlayer is distributed in the hope that it will be useful, | |
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
12 * GNU General Public License for more details. | |
13 * | |
14 * You should have received a copy of the GNU General Public License along | |
15 * with MPlayer; if not, write to the Free Software Foundation, Inc., | |
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
17 */ | |
18 | |
19 #ifndef MPLAYER_GUI_PLAYLIST_H | |
20 #define MPLAYER_GUI_PLAYLIST_H | |
21 | |
22 #include <gtk/gtk.h> | |
23 | |
35984
2f7308a37ac6
Move declaration of GTK widget Playlist where it belongs.
ib
parents:
35982
diff
changeset
|
24 extern GtkWidget *Playlist; |
2f7308a37ac6
Move declaration of GTK widget Playlist where it belongs.
ib
parents:
35982
diff
changeset
|
25 |
35981 | 26 void ShowPlaylist( void ); |
35526 | 27 |
28 #endif /* MPLAYER_GUI_PLAYLIST_H */ |