]> git.sesse.net Git - vlc/blobdiff - modules/video_output/fb.c
* modules/mux/mp4.c: typo opened -> opened spotted by alexvf
[vlc] / modules / video_output / fb.c
index 1ef855803e750711cb6ab202a687873cad79743e..551556c35d50002b003d5dab2d332253ec4a8d97 100644 (file)
@@ -239,7 +239,7 @@ static int Create( vlc_object_t *p_this )
     {
         case 0: /* QCIF */
             p_sys->i_width  = 176;
-            p_sys->i_height = 144;;
+            p_sys->i_height = 144;
             break;
         case 1: /* CIF */
             p_sys->i_width  = 352;