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

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

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

revision 1724, Tue Jul 11 19:11:38 2006 UTC revision 1725, Wed Aug 23 20:27:22 2006 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: plugin_dump.c,v 1.2 2004-03-22 22:36:24 edgomez Exp $   * $Id: plugin_dump.c,v 1.3 2006-08-23 20:27:22 Skal Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# 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.1724  
changed lines
  Added in v.1725

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