[cvs] / xvidcore / src / plugins / plugin_dump.c Repository:
ViewVC logotype

Diff of /xvidcore/src/plugins/plugin_dump.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2, Mon Mar 22 22:36:24 2004 UTC revision 1.3, Wed Aug 23 20:27:22 2006 UTC
# Line 61  Line 61 
61                  img.u = data->current.plane[1];                  img.u = data->current.plane[1];
62                  img.v = data->current.plane[2];                  img.v = data->current.plane[2];
63                  sprintf(tmp, "enc-%03i.pgm", data->frame_num);                  sprintf(tmp, "enc-%03i.pgm", data->frame_num);
64                  image_dump_yuvpgm(&img, data->reference.stride[0], data->width, data->height, tmp);                  image_dump_yuvpgm(&img, data->current.stride[0], data->width, data->height, tmp);
65          }          }
66    
67          return(0);          return(0);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4