You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-16 22:42:38 +02:00
lavr: fix missing " in header documentation
Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com> Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
committed by
Martin Storsjö
parent
53c25ee073
commit
be6cde3ce8
@ -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
|
||||||
|
Reference in New Issue
Block a user