Changeset 5270:e25346c13638 in roaraudio for include/libroar/stream.h


Ignore:
Timestamp:
11/17/11 18:20:12 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed some gcc -Wextra warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/stream.h

    r5238 r5270  
    9696int roar_stream_m2s     (struct roar_stream * s, struct roar_message * m); 
    9797 
    98 int    roar_str2codec (const char * codec) _LIBROAR_STREAM_STDATTRS _LIBROAR_ATTR_PURE; 
    99 const char * roar_codec2str (const int    codec) _LIBROAR_ATTR_USE_RESULT _LIBROAR_ATTR_PURE; 
     98int32_t      roar_str2codec (const char  * codec) _LIBROAR_STREAM_STDATTRS _LIBROAR_ATTR_PURE; 
     99const char * roar_codec2str (const uint32_t codec) _LIBROAR_ATTR_USE_RESULT _LIBROAR_ATTR_PURE; 
    100100 
    101 int    roar_mime2codec (const char * mime) _LIBROAR_STREAM_STDATTRS _LIBROAR_ATTR_PURE; 
    102 const char * roar_codec2mime (const int    codec) _LIBROAR_ATTR_USE_RESULT _LIBROAR_ATTR_PURE; 
     101int32_t      roar_mime2codec (const char  * mime) _LIBROAR_STREAM_STDATTRS _LIBROAR_ATTR_PURE; 
     102const char * roar_codec2mime (const uint32_t codec) _LIBROAR_ATTR_USE_RESULT _LIBROAR_ATTR_PURE; 
    103103 
    104104int32_t roar_str2rate(const char * rate) _LIBROAR_STREAM_STDATTRS _LIBROAR_ATTR_PURE; 
Note: See TracChangeset for help on using the changeset viewer.