Mercurial > audlegacy-plugins
comparison src/cdaudio-ng/cdaudio-ng.h @ 2256:dc92a550179e
cddb may use http instead of cddbp now; the global proxy settings are used if enabled
author | Calin Crisan ccrisan@gmail.com |
---|---|
date | Thu, 20 Dec 2007 21:44:59 +0200 |
parents | 2db72dd92ee3 |
children | 0824c92b6132 |
comparison
equal
deleted
inserted
replaced
2255:448d9e2aa126 | 2256:dc92a550179e |
---|---|
23 | 23 |
24 #define DEF_STRING_LEN 256 | 24 #define DEF_STRING_LEN 256 |
25 #define CDDA_DEFAULT "cdda://default" | 25 #define CDDA_DEFAULT "cdda://default" |
26 #define CDDA_DAE_FRAMES 8 | 26 #define CDDA_DAE_FRAMES 8 |
27 #define CDDA_DEFAULT_CDDB_SERVER "freedb.org" | 27 #define CDDA_DEFAULT_CDDB_SERVER "freedb.org" |
28 #define CDDA_DEFAULT_CDDB_PORT 888 | 28 #define CDDA_DEFAULT_CDDB_PORT 8880 |
29 | 29 |
30 | 30 |
31 typedef struct { | 31 typedef struct { |
32 | 32 |
33 gchar performer[DEF_STRING_LEN]; | 33 gchar performer[DEF_STRING_LEN]; |
49 | 49 |
50 } dae_params_t; | 50 } dae_params_t; |
51 | 51 |
52 | 52 |
53 #endif // CDAUDIO_NG_H | 53 #endif // CDAUDIO_NG_H |
54 |