aboutsummaryrefslogtreecommitdiffstats
path: root/Game
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-12-18 04:56:10 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-12-18 04:56:10 +0000
commitb45a6fc256e832532fa491e1fd1f5ba7d09f011e (patch)
tree8273b3fb73cce20af05cc704ba2c2345d57754c1 /Game
parentd31df89c2c152567cdb35bc695f33d131ea885b7 (diff)
downloadusdx-b45a6fc256e832532fa491e1fd1f5ba7d09f011e.tar.gz
usdx-b45a6fc256e832532fa491e1fd1f5ba7d09f011e.tar.xz
usdx-b45a6fc256e832532fa491e1fd1f5ba7d09f011e.zip
added audio-callback return value
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@724 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game')
-rw-r--r--Game/Code/Classes/UAudio_FFMpeg_Pa.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/Game/Code/Classes/UAudio_FFMpeg_Pa.pas b/Game/Code/Classes/UAudio_FFMpeg_Pa.pas
index a1682e78..55ef347a 100644
--- a/Game/Code/Classes/UAudio_FFMpeg_Pa.pas
+++ b/Game/Code/Classes/UAudio_FFMpeg_Pa.pas
@@ -660,6 +660,8 @@ begin
Inc(PChar(output), len1);
Inc(audio_buf_index, len1);
end;
+
+ result := paContinue;
end;
function TAudio_FFMpeg.FindAudioStreamID(pFormatCtx : PAVFormatContext): integer;