diff options
| author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-05-03 23:26:40 +0000 |
|---|---|---|
| committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-05-03 23:26:40 +0000 |
| commit | 5e1dfa4e3a5079a317979bf5ff8653dc152112a7 (patch) | |
| tree | 9d0e019e4e67fbd244a9b71ff7c57d57df321edc /src/video_out | |
| parent | 19ce7395a22963e24cf0a703f415b6520ba8feae (diff) | |
| download | xine-lib-5e1dfa4e3a5079a317979bf5ff8653dc152112a7.tar.gz xine-lib-5e1dfa4e3a5079a317979bf5ff8653dc152112a7.tar.bz2 | |
Add get capabilites to public API.
CVS patchset: 60
CVS date: 2001/05/03 23:26:40
Diffstat (limited to 'src/video_out')
| -rw-r--r-- | src/video_out/video_out_xv.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c index 5441a4536..7cdebdd52 100644 --- a/src/video_out/video_out_xv.c +++ b/src/video_out/video_out_xv.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_xv.c,v 1.10 2001/05/03 22:20:45 f1rmb Exp $ + * $Id: video_out_xv.c,v 1.11 2001/05/03 23:26:42 f1rmb Exp $ * * video_out_xv.c, X11 video extension interface for xine * @@ -679,7 +679,8 @@ static int xv_check_yv12 (Display *display, XvPortID port) return 1; } -static void xv_check_capability (xv_driver_t *this, uint32_t capability, int property, +static void xv_check_capability (xv_driver_t *this, + uint32_t capability, int property, XvAttribute attr, int base_id, char *str_prop) { int nDefault; |
