You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
swr: fix example code and doxy indent.
This commit is contained in:
@@ -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().
|
||||||
|
Reference in New Issue
Block a user