blob: d4e787f7f97c7e3581fc804b7e6fe0c5420f3259 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- opieplayer/mediaplayerplugininterface.h 3 Mar 2002 17:13:17 -0000 1.5
+++ opieplayer/mediaplayerplugininterface.h 4 Oct 2008 16:45:38 -0000 1.6
@@ -65,7 +65,7 @@
virtual int audioSamples( int stream ) = 0;
virtual bool audioSetSample( long sample, int stream ) = 0;
virtual long audioGetSample( int stream ) = 0;
- virtual bool audioReadSamples( short *samples, int channels, long samples, long& samplesRead, int stream ) = 0;
+ virtual bool audioReadSamples( short *output, int channels, long samples, long& samplesRead, int stream ) = 0;
// If decoder doesn't support video then return 0 here
virtual int videoStreams() = 0;
|