diff options
Diffstat (limited to 'packages/opie-mediaplayer1/files')
-rw-r--r-- | packages/opie-mediaplayer1/files/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/opie-mediaplayer1/files/double_name.patch | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/packages/opie-mediaplayer1/files/.mtn2git_empty b/packages/opie-mediaplayer1/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/opie-mediaplayer1/files/.mtn2git_empty diff --git a/packages/opie-mediaplayer1/files/double_name.patch b/packages/opie-mediaplayer1/files/double_name.patch new file mode 100644 index 0000000000..d4e787f7f9 --- /dev/null +++ b/packages/opie-mediaplayer1/files/double_name.patch @@ -0,0 +1,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; |