]> git.sesse.net Git - vlc/blobdiff - modules/demux/rawvid.c
MKV: Fix seek to 0 with a non null time offset
[vlc] / modules / demux / rawvid.c
index 82e4daaa38458e2087250f489d308bb4414c44ad..4fc6bb9b134f78d5010b0a6e386dea56d7b6fe2a 100644 (file)
@@ -43,7 +43,7 @@ static void Close( vlc_object_t * );
 
 #define FPS_TEXT N_("Frames per Second")
 #define FPS_LONGTEXT N_("This is the desired frame rate when " \
-    "playing raw video streams.  In the form 30000/1001 or 29.97")
+    "playing raw video streams. In the form 30000/1001 or 29.97")
 
 #define WIDTH_TEXT N_("Width")
 #define WIDTH_LONGTEXT N_("This specifies the width in pixels of the raw " \