diff options
Diffstat (limited to 'src/video_out/video_out_xv.c')
-rw-r--r-- | src/video_out/video_out_xv.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c index 23bc5b311..086b4644c 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.35 2001/06/04 17:13:36 guenter Exp $ + * $Id: video_out_xv.c,v 1.36 2001/06/09 17:07:21 guenter Exp $ * * video_out_xv.c, X11 video extension interface for xine * @@ -134,6 +134,8 @@ static uint32_t xv_get_capabilities (vo_driver_t *this_gen) { xv_driver_t *this = (xv_driver_t *) this_gen; + printf ("video_out_xv: get capabilities\n"); + return this->capabilities; } |