summaryrefslogtreecommitdiff
authorClément Bœsch <u@pkh.me>2013-09-29 21:37:46 (GMT)
committer Clément Bœsch <u@pkh.me>2013-09-29 21:37:46 (GMT)
commita89e9ad1c8625e332764c3cd61fd469b3eb92140 (patch)
tree87fc0d894dc0be0a14fcd312a8c1853a4d2072d3
parent565fd3cc1a175854fbcf8d5db75a02b5df034299 (diff)
downloadffmpeg-a89e9ad1c8625e332764c3cd61fd469b3eb92140.zip
ffmpeg-a89e9ad1c8625e332764c3cd61fd469b3eb92140.tar.gz
ffmpeg-a89e9ad1c8625e332764c3cd61fd469b3eb92140.tar.bz2
swr: fix example code and doxy indent.
Diffstat
-rw-r--r--libswresample/swresample.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libswresample/swresample.h b/libswresample/swresample.h
index 95e8a5a..23ceb98 100644
--- a/libswresample/swresample.h
+++ b/libswresample/swresample.h
@@ -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().