1
0
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:
Clément Bœsch 2013-09-29 23:37:46 +02:00
parent 565fd3cc1a
commit a89e9ad1c8

View File

@ -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().