From f10ed12b7415c9ff6a9cf35150030ab559be7fb1 Mon Sep 17 00:00:00 2001 From: Themaister Date: Fri, 13 May 2011 22:05:16 +0200 Subject: [PATCH] Fix doc bug. --- audio/ext/ssnes_dsp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/ext/ssnes_dsp.h b/audio/ext/ssnes_dsp.h index fce976bf52..a015c8cc6d 100644 --- a/audio/ext/ssnes_dsp.h +++ b/audio/ext/ssnes_dsp.h @@ -61,7 +61,8 @@ typedef struct ssnes_dsp_output // and requests resampling to the proper frequency to be // performed outside the plugin. // If false, - // it is assumed that the output has the same sample rate as the input. + // it is assumed that the output has the same sample rate as given + // in output_rate. int should_resample; } ssnes_dsp_output_t;