ports/audio/audiere/files/patch-src_speexfile_speexfile.cpp
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

11 lines
431 B
C++

--- src/speexfile/speexfile.cpp.orig 2006-02-14 04:57:01 UTC
+++ src/speexfile/speexfile.cpp
@@ -871,7 +871,7 @@ int speexfile::initfile ()
void *speexfile::header_to_decoder ( SpeexHeader *header, int enh_enabled, int *frame_size, int *rate, int *nframes, int forceMode, int *channels, SpeexStereoState *stereo )
{
void *st;
- SpeexMode *mode;
+ const SpeexMode *mode;
SpeexCallback callback;
int modeID;