OSDN Git Service

Next plugin fixes...
authorJaroslav Kysela <perex@perex.cz>
Mon, 6 Dec 1999 00:01:27 +0000 (00:01 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 6 Dec 1999 00:01:27 +0000 (00:01 +0000)
src/pcm/pcm_plugin.c

index 2a2c8a7..5236711 100644 (file)
@@ -516,6 +516,7 @@ int snd_pcm_plugin_params(snd_pcm_t *pcm, snd_pcm_channel_params_t *params)
                        snd_pcm_plugin_free(plugin);
                        return err;
                }
+               srcparams.format.format = dstparams->format.format;
        }
 
        /* rate resampling */