diff libvo/vo_xvidix.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_xvidix.c	Sat Jan 25 16:55:08 2014 +0000
+++ b/libvo/vo_xvidix.c	Sat Jan 25 16:55:09 2014 +0000
@@ -396,6 +396,7 @@
             return VO_TRUE;
         case VOCTRL_FULLSCREEN:
             vo_x11_fullscreen();
+            /* Fallthrough to reconfigure panscan */
         case VOCTRL_SET_PANSCAN:
             if (vo_fs && (vo_panscan != vo_panscan_amount))
             {