diff options
author | Peter Meerwald <p.meerwald@bct-electronic.com> | 2013-01-03 14:17:29 +0100 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-01-04 10:29:55 +0200 |
commit | be6cde3ce86e9ecf9b52309d7ca68c410ced525d (patch) | |
tree | 8e834b2714ac8eff8f37e72ce5447f7f33e6e0ef | |
parent | 53c25ee0736497b46bb76064cc2c84c976b2d295 (diff) | |
download | ffmpeg-be6cde3ce86e9ecf9b52309d7ca68c410ced525d.tar.gz |
lavr: fix missing " in header documentation
Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r-- | libavresample/avresample.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |