[Redbutton-devel] SF.net SVN: redbutton: [98] redbutton-browser/trunk/MHEGStreamPlayer.c
Brought to you by:
skilvington
|
From: <ski...@us...> - 2006-06-12 18:05:52
|
Revision: 98 Author: skilvington Date: 2006-06-12 11:05:47 -0700 (Mon, 12 Jun 2006) ViewCVS: http://svn.sourceforge.net/redbutton/?rev=98&view=rev Log Message: ----------- no need for rate hack Modified Paths: -------------- redbutton-browser/trunk/MHEGStreamPlayer.c Modified: redbutton-browser/trunk/MHEGStreamPlayer.c =================================================================== --- redbutton-browser/trunk/MHEGStreamPlayer.c 2006-06-12 16:18:28 UTC (rev 97) +++ redbutton-browser/trunk/MHEGStreamPlayer.c 2006-06-12 18:05:47 UTC (rev 98) @@ -628,9 +628,6 @@ verbose("MHEGStreamPlayer: audio params: format=%d rate=%d channels=%d", format, rate, channels); -/* TODO */ -/* hmmm... audio_time_base issue? */ -rate=(rate*10)/9; (void) MHEGAudioOutput_setParams(&ao, format, rate, channels); /* until we are told to stop */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |