~ubuntu-branches/ubuntu/quantal/mplayer2/quantal-proposed

« back to all changes in this revision

Viewing changes to libvo/vo_jpeg.c

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2012-01-12 22:59:30 UTC
  • mfrom: (5.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20120112225930-jsg10o7na7nk73w5
Tags: 2.0-426-gc32b3ed-2
* Upload to unstable
* don't build-depend on libcdparanoia-dev on the hurd

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
 *                  returns, everything went well.
105
105
 */
106
106
 
107
 
static void jpeg_mkdir(char *buf, int verbose) {
 
107
static void jpeg_mkdir(const char *buf, int verbose) {
108
108
    struct stat stat_p;
109
109
 
110
110
#ifndef __MINGW32__
176
176
 
177
177
/* ------------------------------------------------------------------------- */
178
178
 
179
 
static uint32_t jpeg_write(uint8_t * name, uint8_t * buffer)
 
179
static uint32_t jpeg_write(const char * name, uint8_t * buffer)
180
180
{
181
181
    FILE *outfile;
182
182
    struct jpeg_compress_struct cinfo;