]> git.sesse.net Git - vlc/commitdiff
Allowed to save snapshots as TIFF (close #4059).
authorLaurent Aimar <fenrir@videolan.org>
Mon, 28 May 2012 14:13:19 +0000 (16:13 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 28 May 2012 14:14:00 +0000 (16:14 +0200)
src/libvlc-module.c

index 68fec71de371a115c2f47c2eee15754771975cb3..65709a282cea03cb404b136d2eb4b85c42c652ac 100644 (file)
@@ -157,7 +157,7 @@ static const char *const ppsz_language_text[] =
 #endif
 
 static const char *const ppsz_snap_formats[] =
-{ "png", "jpg" };
+{ "png", "jpg", "tiff" };
 
 /*****************************************************************************
  * Configuration options for the main program. Each module will also separatly