mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 21:39:17 -04:00
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>
14 lines
378 B
C
14 lines
378 B
C
--- quicktime/libdv/parse.c.orig Mon Feb 12 22:35:41 2001
|
|
+++ quicktime/libdv/parse.c Mon Nov 1 19:40:00 2004
|
|
@@ -376,8 +376,10 @@
|
|
vlc_trace("%s", (bitstream_get(bs,1)) ? "1" : "0");
|
|
} else { vlc_trace("\n\tno unused bits"); }
|
|
#endif // PARSE_VLC_TRACE
|
|
+ ;
|
|
} // for b
|
|
- mb_done:
|
|
+ mb_done:
|
|
+ ;
|
|
} // for m
|
|
vlc_trace("\n");
|
|
} // for pass
|