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>
11 lines
205 B
C
11 lines
205 B
C
--- rtjpeg/RTjpegN.c.orig Thu Jul 5 22:32:29 2001
|
|
+++ rtjpeg/RTjpegN.c Mon Nov 1 19:40:00 2004
|
|
@@ -352,7 +352,7 @@
|
|
data[i]= 0;
|
|
break;
|
|
default:
|
|
-
|
|
+ break;
|
|
}
|
|
|
|
if( bitoff == 0 ) {
|