Skip to content
Snippets Groups Projects
Commit be6cde3c authored by Peter Meerwald's avatar Peter Meerwald Committed by Martin Storsjö
Browse files

lavr: fix missing " in header documentation

parent 53c25ee0
Branches
Tags
No related merge requests found
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
* av_opt_set_int(avr, "in_sample_rate", 48000, 0); * 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, "out_sample_rate", 44100, 0);
* av_opt_set_int(avr, "in_sample_fmt", AV_SAMPLE_FMT_FLTP, 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 * @endcode
* *
* Once the context is initialized, it must be opened with avresample_open(). If * Once the context is initialized, it must be opened with avresample_open(). If
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment