Move src to src/lib, include to src/include, test to src/test.
[deb_shairplay.git] / src / lib / raop_rtp.c
similarity index 99%
rename from src/raop_rtp.c
rename to src/lib/raop_rtp.c
index 0ef47c42614ffb88c3f4f04573c91c9c24563905..03ae5023cf1fd3387e39b5d7002920b3d9fb6f98 100644 (file)
@@ -179,7 +179,7 @@ raop_rtp_thread_udp(void *arg)
 
        while(1) {
                int volume_changed;
-               float volume;
+               float volume = 0.0;
                int flush;
 
                fd_set rfds;
@@ -308,7 +308,7 @@ raop_rtp_thread_tcp(void *arg)
 
        while (1) {
                int volume_changed;
-               float volume;
+               float volume = 0.0;
 
                fd_set rfds;
                struct timeval tv;