[mythtv] [mythtv-commits] mythtv commit: r24386 - in branches/mythtv-hdaudio by jyavenard
Mark Spieth
mark at digivation.com.au
Tue May 4 07:09:56 UTC 2010
> There was an AddSamples in audiooutputbase.cpp that would take
> non-interleaved data
>
> bool AudioOutputBase::AddSamples(char *buffer, int samples, long long timecode)
>
> If you look at the changeset, you'll see that only the function itself
> was removed, there was only one call to it:
> void NuppelVideoPlayer::AddAudioData(short int *lbuffer, short int *rbuffer,
> int samples, long long timecode)
>
> Nothing else calls AddAudioData.
>
> Now if you know of some external utilities using that API, please
> point me to it, because there's nothing inside of mythtv code...
>
you are correct.
AddAudioData for non interleaved used to be called in nuppeldecoder but
it looks like it was changed a while ago.
apologies.
mark
More information about the mythtv-dev
mailing list