3c844061b7
file and writes a YUV4MPEG stream which can be piped to mpeg2enc. In other words, it exports the nuppelvideo .nuv format for encoding (S)VCD/DVD compliant MPEGs with mjpegtools. PR: ports/73417 Submitted by: Frank W. Josellis <frank@dynamical-systems.org>
10 lines
284 B
C
10 lines
284 B
C
--- quicktime/libmjpeg.c.orig Mon Feb 12 22:35:41 2001
|
|
+++ quicktime/libmjpeg.c Mon Nov 1 19:40:00 2004
|
|
@@ -569,6 +569,7 @@
|
|
jpeg_finish_decompress(&engine->jpeg_decompress);
|
|
//printf("decompress_field 5\n");
|
|
finish:
|
|
+ ;
|
|
}
|
|
|
|
void mjpeg_decompress_loop(mjpeg_compressor *engine)
|