--- trunk/xvidcore/src/plugins/plugin_dump.c 2006/07/11 19:11:38 1724 +++ trunk/xvidcore/src/plugins/plugin_dump.c 2006/08/23 20:27:22 1725 @@ -19,7 +19,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $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 $ * ****************************************************************************/ @@ -61,7 +61,7 @@ img.u = data->current.plane[1]; img.v = data->current.plane[2]; sprintf(tmp, "enc-%03i.pgm", data->frame_num); - 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); } return(0);