From be6cde3ce86e9ecf9b52309d7ca68c410ced525d Mon Sep 17 00:00:00 2001 From: Peter Meerwald Date: Thu, 3 Jan 2013 14:17:29 +0100 Subject: lavr: fix missing " in header documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Meerwald Signed-off-by: Martin Storsjö --- libavresample/avresample.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavresample') diff --git a/libavresample/avresample.h b/libavresample/avresample.h index 34998aa0cc..0012787404 100644 --- a/libavresample/avresample.h +++ b/libavresample/avresample.h @@ -49,7 +49,7 @@ * av_opt_set_int(avr, "in_sample_rate", 48000, 0); * av_opt_set_int(avr, "out_sample_rate", 44100, 0); * av_opt_set_int(avr, "in_sample_fmt", AV_SAMPLE_FMT_FLTP, 0); - * av_opt_set_int(avr, "out_sample_fmt, AV_SAMPLE_FMT_S16, 0); + * av_opt_set_int(avr, "out_sample_fmt", AV_SAMPLE_FMT_S16, 0); * @endcode * * Once the context is initialized, it must be opened with avresample_open(). If -- cgit v1.2.3