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
1 changed files with 2 additions and 2 deletions

View File

@ -84,8 +84,8 @@
* input, in_samples);
* handle_output(output, out_samples);
* av_freep(&output);
* }
* @endcode
* }
* @endcode
*
* When the conversion is finished, the conversion
* context and everything associated with it must be freed with swr_free().