summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-09-16 11:35:25 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-09-16 11:35:25 +0000
commit3ba4bddbb6b765a94d21f378ec2f57926c777f84 (patch)
tree8f9288b10a32f223df70b2759f59448683f89066 /src
parent645c102095fde1b2d235b6f5ffb7152b83d26ee3 (diff)
downloadxine-lib-3ba4bddbb6b765a94d21f378ec2f57926c777f84.tar.gz
xine-lib-3ba4bddbb6b765a94d21f378ec2f57926c777f84.tar.bz2
A bit of info regarding wrong bpp depths.
CVS patchset: 2670 CVS date: 2002/09/16 11:35:25
Diffstat (limited to 'src')
-rw-r--r--src/video_out/video_out_xshm.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/video_out/video_out_xshm.c b/src/video_out/video_out_xshm.c
index dfe777bef..66cb205fc 100644
--- a/src/video_out/video_out_xshm.c
+++ b/src/video_out/video_out_xshm.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_xshm.c,v 1.89 2002/09/08 22:10:29 mroi Exp $
+ * $Id: video_out_xshm.c,v 1.90 2002/09/16 11:35:25 jcdutton Exp $
*
* video_out_xshm.c, X11 shared memory extension interface for xine
*
@@ -626,7 +626,8 @@ static void xshm_overlay_blend (xine_vo_driver_t *this_gen, vo_frame_t *frame_ge
frame->sc.delivered_width, frame->sc.delivered_height);
break;
default:
- /* it should never get here */
+ printf("xine-lib:video_out_xshm:xshm_overlay_blend: Cannot blend bpp:%i\n", this->bpp);
+ /* it should never get here, unless a user tries to play in bpp:8 */
break;
}
}