mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
swr: fix example code and doxy indent.
This commit is contained in:
parent
565fd3cc1a
commit
a89e9ad1c8
@ -84,8 +84,8 @@
|
|||||||
* input, in_samples);
|
* input, in_samples);
|
||||||
* handle_output(output, out_samples);
|
* handle_output(output, out_samples);
|
||||||
* av_freep(&output);
|
* av_freep(&output);
|
||||||
* }
|
* }
|
||||||
* @endcode
|
* @endcode
|
||||||
*
|
*
|
||||||
* When the conversion is finished, the conversion
|
* When the conversion is finished, the conversion
|
||||||
* context and everything associated with it must be freed with swr_free().
|
* context and everything associated with it must be freed with swr_free().
|
||||||
|
Loading…
Reference in New Issue
Block a user