freebsd-ports/multimedia/mpegedit/files/patch-at
Alexander Langer 0d731daf26 - Support CC/CXX/CFLAGS/CXXFLAGS/MAKE properly
- 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>
2000-06-28 13:34:38 +00:00

11 lines
357 B
Text

--- 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;