On Thu, Oct 31, 2013 at 11:09:37AM -0500, Jeremy White wrote: > @@ -1572,18 +1541,16 @@ void snd_set_playback_compression(int on) > { > SndWorker *now = workers; > > - playback_compression = on ? SPICE_AUDIO_DATA_MODE_CELT_0_5_1 : SPICE_AUDIO_DATA_MODE_RAW; > + playback_compression = on; Nit, I'dnormalize the value here: playback_compression = !!on; ACK series! (only had a quick look at the parts that were changed, not at the whole series again). Next, Opus. Christophe
Attachment:
pgpGH7GqYGggK.pgp
Description: PGP signature
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel