[FFmpeg-cvslog] lavr: fix missing " in header documentation
Peter Meerwald
git at videolan.org
Fri Jan 4 13:33:32 CET 2013
ffmpeg | branch: master | Peter Meerwald <p.meerwald at bct-electronic.com> | Thu Jan 3 14:17:29 2013 +0100| [be6cde3ce86e9ecf9b52309d7ca68c410ced525d] | committer: Martin Storsjö
lavr: fix missing " in header documentation
Signed-off-by: Peter Meerwald <p.meerwald at bct-electronic.com>
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=be6cde3ce86e9ecf9b52309d7ca68c410ced525d
---
libavresample/avresample.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavresample/avresample.h b/libavresample/avresample.h
index 34998aa..0012787 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
More information about the ffmpeg-cvslog
mailing list