mirror of
https://github.com/mpv-player/mpv
synced 2024-12-20 22:02:59 +00:00
upsz, 10l :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5650 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a8b3218c2a
commit
0b657de32c
@ -3,7 +3,7 @@
|
||||
/*
|
||||
* vo_jpeg.c, JPEG Renderer for Mplayer
|
||||
*
|
||||
* Copyright 2001 by Pontscho (pontscho@makacs.poliod.hu)
|
||||
* Copyright 2002 by Pontscho (pontscho@makacs.poliod.hu)
|
||||
*
|
||||
*/
|
||||
|
||||
@ -46,7 +46,7 @@ int jpeg_progressive_mode = 0;
|
||||
int jpeg_optimize = 100;
|
||||
int jpeg_smooth = 0;
|
||||
int jpeg_quality = 75;
|
||||
char * jpeg_outdir;
|
||||
char * jpeg_outdir = '.';
|
||||
|
||||
#define bpp 24
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user