[vlc-commits] Allowed to save snapshots as TIFF (close #4059).

Laurent Aimar git at videolan.org
Mon May 28 16:14:27 CEST 2012


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | 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



More information about the vlc-commits mailing list