diff libvo/vo_fbdev2.c @ 36641:598ef7d90b78

Document switch case fallthroughs.
author reimar
date Sat, 25 Jan 2014 16:55:09 +0000
parents 5d3f93051de9
children
line wrap: on
line diff
--- a/libvo/vo_fbdev2.c	Sat Jan 25 16:55:08 2014 +0000
+++ b/libvo/vo_fbdev2.c	Sat Jan 25 16:55:09 2014 +0000
@@ -59,6 +59,7 @@
 		case 32:
 			p->transp.offset = 24;
 			p->transp.length = 8;
+			/* Fallthrough, rest matches 24 bit */
 		case 24:
 			p->red.offset = 16;
 			p->red.length = 8;