vlc | branch: master | Laurent Aimar <[email protected]> | Mon May 28 
16:13:19 2012 +0200| [77270b994a19200bedfd7ce07ea9143d333c8755] | committer: 
Laurent Aimar

Allowed to save snapshots as TIFF (close #4059).

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=77270b994a19200bedfd7ce07ea9143d333c8755
---

 src/libvlc-module.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 68fec71..65709a2 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -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

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to