[xiph-cvs] cvs commit: icecast/src format.c
Michael Smith
msmith at xiph.org
Wed Jul 2 21:27:14 PDT 2003
On Thursday 03 July 2003 11:39, Brendan wrote:
> brendan 03/07/02 21:39:59
>
> Modified: src format.c
> Log:
> Convert ice headers to icy headers for MP3 streams.
> TODO: rewrite ice-audio-info bitrate tag to icy-br.
Brendan,
The format handlers already have a hook for doing format-specific headers,
this should go in there (format_mp3_send_headers, which at the moment does
various other things and then calls format_send_general_headers. Presumably,
you'd avoid calling that function at all in this case), rather than adding
this mess into format.c.
Mike
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list