mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
0d731daf26
- Support NOPORTDOCS - Remove USE_GMAKE - Add WWW: line into pkg/DESCR - Add pnm.1 LIB_DEPENDS PR: 19344 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
12 lines
357 B
Plaintext
12 lines
357 B
Plaintext
--- MpegCodec/mpeg.C.orig Sun May 21 04:19:44 1995
|
|
+++ MpegCodec/mpeg.C Thu Jun 15 08:37:49 2000
|
|
@@ -890,7 +890,7 @@
|
|
*
|
|
*--------------------------------------------------------------
|
|
*/
|
|
-Mpeg::status Mpeg::Insert(int no_of_frames, const frame **f_array)
|
|
+Mpeg::status Mpeg::Insert(int no_of_frames, frame **f_array)
|
|
{
|
|
Fstruct Fs;
|
|
TempFrame TF;
|