diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-12-18 04:56:10 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-12-18 04:56:10 +0000 |
commit | b45a6fc256e832532fa491e1fd1f5ba7d09f011e (patch) | |
tree | 8273b3fb73cce20af05cc704ba2c2345d57754c1 /Game/Code/Classes | |
parent | d31df89c2c152567cdb35bc695f33d131ea885b7 (diff) | |
download | usdx-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 '')
-rw-r--r-- | Game/Code/Classes/UAudio_FFMpeg_Pa.pas | 2 |
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;
|