summaryrefslogtreecommitdiff
path: root/src/video_out
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-06-09 17:07:21 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-06-09 17:07:21 +0000
commita6286f5fc779af20613910ddf8032c25d74247ac (patch)
tree6e0a7066d4869d8f9c6e3a4f297efb7fbbf18ae5 /src/video_out
parente0b25d1271e1816b2b41b9af9514c3fa6bf674cf (diff)
downloadxine-lib-a6286f5fc779af20613910ddf8032c25d74247ac.tar.gz
xine-lib-a6286f5fc779af20613910ddf8032c25d74247ac.tar.bz2
more avi demuxer/libw32 bugfixes
CVS patchset: 136 CVS date: 2001/06/09 17:07:21
Diffstat (limited to 'src/video_out')
-rw-r--r--src/video_out/video_out_xv.c4
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;
}