X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=udp_header.h;fp=udp_header.h;h=24f6bb87d3a411b57984c8bbea1a1d2d1f3e4e36;hb=9692b4241bc316665bd5b6810ea8af83057a0a89;hp=555180570f5ebd79b2df54555f89618c285e6cf1;hpb=6bdac07456cb5872f824028912d1049883a9c21f;p=paraslash.git diff --git a/udp_header.h b/udp_header.h index 55518057..24f6bb87 100644 --- a/udp_header.h +++ b/udp_header.h @@ -25,10 +25,10 @@ enum udp_stream_type { /** The possible packet types. */ enum udp_audio_packet_type { - /** End of file. */ - UDP_EOF_PACKET, /** Beginning of file. */ UDP_BOF_PACKET, + /** End of file. */ + UDP_EOF_PACKET, /** Combined header/data packet (ogg only). */ UDP_HEADER_PACKET, /** Packet contains only audio file data. */ @@ -107,8 +107,7 @@ _static_inline_ void udp_write_packet_type(char *buf, uint8_t type) * * \param buf The buffer. * - * \return One of the four differnt packet types. - * \sa \ref udp_stream_type. + * \return The packet type, see \ref udp_stream_type. */ _static_inline_ uint8_t udp_read_packet_type(char *buf) {