OSDN Git Service

lavr: fix missing " in header documentation
authorPeter Meerwald <p.meerwald@bct-electronic.com>
Thu, 3 Jan 2013 13:17:29 +0000 (14:17 +0100)
committerMartin Storsjö <martin@martin.st>
Fri, 4 Jan 2013 08:29:55 +0000 (10:29 +0200)
Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
Signed-off-by: Martin Storsjö <martin@martin.st>
libavresample/avresample.h

index 34998aa..0012787 100644 (file)
@@ -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