summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-11-23 00:00:55 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-11-23 00:00:55 +0000
commit269a543c621bcb233633364c0b676a54edb5077d (patch)
treeda2f529fbd40d699b2cd939f5a02d05d09539bc9
parent45b43443ab2d4221744e9db2d6ef579f25b207fe (diff)
downloadxine-lib-269a543c621bcb233633364c0b676a54edb5077d.tar.gz
xine-lib-269a543c621bcb233633364c0b676a54edb5077d.tar.bz2
whoups, sorry, bleeding edge code
CVS patchset: 3346 CVS date: 2002/11/23 00:00:55
-rw-r--r--src/libreal/audio_decoder.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libreal/audio_decoder.c b/src/libreal/audio_decoder.c
index 5a96af5ca..c075d521c 100644
--- a/src/libreal/audio_decoder.c
+++ b/src/libreal/audio_decoder.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: audio_decoder.c,v 1.1 2002/11/22 23:37:40 guenter Exp $
+ * $Id: audio_decoder.c,v 1.2 2002/11/23 00:00:55 guenter Exp $
*
* thin layer to use real binary-only codecs in xine
*
@@ -133,6 +133,7 @@ static void realdec_decode_data (video_decoder_t *this_gen, buf_element_t *buf)
printf ("libareal: header buffer detected, header version %d\n", version);
+#if 0
subpacket_size = BE_16 (buf->content+40);
coded_frame_size = BE_32 (buf->content+20);
codec_data_length=
@@ -150,11 +151,9 @@ static void realdec_decode_data (video_decoder_t *this_gen, buf_element_t *buf)
printf ("libareal: %d samples/sec, %d bits/sample, %d channels\n",
samples_per_sec, bits_per_sample, num_channels);
-#if 0
sh->samplerate = sh->wf->nSamplesPerSec;
sh->samplesize = sh->wf->wBitsPerSample/8;
sh->channels = sh->wf->nChannels;
-#endif
{
ra_init_t init_data={