Commit a89e9ad1 authored by Clément Bœsch's avatar Clément Bœsch

swr: fix example code and doxy indent.

parent 565fd3cc
...@@ -84,8 +84,8 @@ ...@@ -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().
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment