summaryrefslogtreecommitdiff
path: root/src/video_out/alphablend.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_out/alphablend.c')
-rw-r--r--src/video_out/alphablend.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/video_out/alphablend.c b/src/video_out/alphablend.c
index 111f3fee3..f640fa38a 100644
--- a/src/video_out/alphablend.c
+++ b/src/video_out/alphablend.c
@@ -462,8 +462,7 @@ void blend_rgb16 (uint8_t * img, vo_overlay_t * img_overl,
}
break;
case 6: /* Finished */
- XINE_ASSERT(0,"Don't ever get here\n");
- /* This case will not fall through, XINE_ASSERT contains a call to abort() */
+ abort();
case 7: /* No button */
clut = (clut_t*) img_overl->color;