From: Marcel Holtmann <marcel@holtmann.org>
To: bluez-devel@lists.sourceforge.net
Subject: Re: [Bluez-devel] Re: a2play code that is working
Date: Tue, 26 Apr 2005 16:56:04 +0200 [thread overview]
Message-ID: <1114527365.10706.288.camel@pegasus> (raw)
In-Reply-To: <20050426122127.57962.qmail@web8302.mail.in.yahoo.com>
Hi Mayank,
> > There is sometimes a delay before cvs gets updated
> > by sourceforge. I had
> > made those changes to sbc.h
>
> Are you sure it will be ok if we change the sbc.h and
> sbc.c files ?
> Because then the other applications making use of the
> sbc encoder will also have to change accordingly...??
there is no official SBC library release yet and so there is no problem
at all. For the pcm_a2dp plugin I copied the SBC code.
However I don't agree with these changes and you should never do a
library change together with the application change. Always make it two
different change sets. This is easier for tracking and I actually missed
that you changed the SBC library.
Now commenting on the change itself. The "struct sbc_frame_header"
should not placed inside the sbc.h header file. This is the API
interface and we don't need a definition of the SBC file format there.
If you wanna modify the additional SBC parameters add them to sbc_struct
and set them there. Please fix this.
Also a library should not use printf() at all. Remove them and improve
the return values to match -ENOMEM etc.
Regards
Marcel
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
next prev parent reply other threads:[~2005-04-26 14:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <426C05D9.6090100@xmission.com>
2005-04-26 12:21 ` [Bluez-devel] Re: a2play code that is working Mayank Batra
2005-04-26 14:56 ` Marcel Holtmann [this message]
2005-04-26 16:12 ` Brad Midgley
2005-04-26 16:48 ` Brad Midgley
2005-04-26 16:57 ` Marcel Holtmann
2005-04-26 17:02 ` Brad Midgley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1114527365.10706.288.camel@pegasus \
--to=marcel@holtmann.org \
--cc=bluez-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.