[MPlayer-dev-eng] zr: mistake in last patch

Rik Snel rsnel at cube.dyndns.org
Fri Feb 1 20:19:25 CET 2002


Hello A'rpi,

There is a small (as in: it breaks compilation of the driver) mistake in
the 'Big cleanup' patch that I posted thursday. Here is a hand-diff:

diff -Naur main.broken/libvo/jpeg_enc.c main.good/libvo/jpeg_enc.c
--- main.broken/libvo/jpeg_enc.c
+++ main.good/libvo/jpeg_enc.c
-	j->s->mjpeg_vsample = 1;
+	j->s->mjpeg_vsample[0] = 1;
+	j->s->mjpeg_vsample[1] = 1;
+	j->s->mjpeg_vsample[2] = 1;
+	j->s->mjpeg_hsample[0] = 2;
+	j->s->mjpeg_hsample[1] = 1;
+	j->s->mjpeg_hsample[2] = 1;
If you apply the patch from last thursday then please also make these
changes.

Greetings,

Rik.

--------
Nothing is ever a total loss; it can always serve as a bad example.




More information about the MPlayer-dev-eng mailing list