diff options
Diffstat (limited to 'graphics/mpegedit/files/patch-at')
-rw-r--r-- | graphics/mpegedit/files/patch-at | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/mpegedit/files/patch-at b/graphics/mpegedit/files/patch-at new file mode 100644 index 000000000000..8098b8055d2f --- /dev/null +++ b/graphics/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; |