Browse Source

swr: fix example code and doxy indent.

tags/n2.1
Clément Bœsch 11 years ago
parent
commit
a89e9ad1c8
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libswresample/swresample.h

+ 2
- 2
libswresample/swresample.h 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().


Loading…
Cancel
Save