mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-09 14:48:28 +02:00
never used value
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6ec13051a1
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-05-06 (Sun, 06 May 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -234,7 +234,7 @@ int fh_jpeg_getsize(const char *filename,int *x,int *y, int wanted_width, int wa
|
||||
struct jpeg_decompress_struct *ciptr;
|
||||
struct r_jpeg_error_mgr emgr;
|
||||
|
||||
int px,py,c;
|
||||
int px,py/*,c*/;
|
||||
FILE *fh;
|
||||
ciptr=&cinfo;
|
||||
if(!(fh=fopen(filename,"rb"))) return(FH_ERROR_FILE);
|
||||
@@ -269,7 +269,7 @@ int fh_jpeg_getsize(const char *filename,int *x,int *y, int wanted_width, int wa
|
||||
|
||||
jpeg_start_decompress(ciptr);
|
||||
px=ciptr->output_width; py=ciptr->output_height;
|
||||
c=ciptr->output_components;
|
||||
// c=ciptr->output_components;
|
||||
#if 1
|
||||
if(!g_settings.picviewer_decode_server_ip.empty())
|
||||
{
|
||||
|
Reference in New Issue
Block a user