diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-06-28 13:34:38 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-06-28 13:34:38 +0000 |
commit | 0d731daf26f42272f5017a8ed13501bc198f0e02 (patch) | |
tree | 457342d7af8a5dc19d254f34faa577333abf5607 /multimedia/mpegedit/files/patch-at | |
parent | 880e802fac49f014716bdaf7218e0f77d629af04 (diff) | |
download | ports-0d731daf26f42272f5017a8ed13501bc198f0e02.tar.gz ports-0d731daf26f42272f5017a8ed13501bc198f0e02.zip |
Notes
Diffstat (limited to 'multimedia/mpegedit/files/patch-at')
-rw-r--r-- | multimedia/mpegedit/files/patch-at | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/mpegedit/files/patch-at b/multimedia/mpegedit/files/patch-at new file mode 100644 index 000000000000..8098b8055d2f --- /dev/null +++ b/multimedia/mpegedit/files/patch-at @@ -0,0 +1,11 @@ +--- 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; |