]> git.sesse.net Git - vlc/commit
Fixed bug in snapshot format
authorChristophe Courtaut <christophe.courtaut@gmail.com>
Sun, 29 Mar 2009 14:34:37 +0000 (16:34 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Tue, 31 Mar 2009 17:15:06 +0000 (19:15 +0200)
commit5d6d1a6b778fcea23181b8e6be5f33a09c8288f6
tree055f46fe284ea28bb81e20382a52329f5b77866f
parent78e0aba149992ce3685fc1d68d84dbfd881199b6
Fixed bug in snapshot format

--snapshot-format was proposing png or jpg, but if format passed to this
option was unrecognized, then fallback to png.
This commit fix the fact that vlc was always falling back to png.

Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
include/vlc_image.h
src/misc/image.c
src/video_output/vout_intf.c