[FFmpeg-cvslog] swr: fix example code and doxy indent.

Clément Bœsch git at videolan.org
Sun Sep 29 23:37:56 CEST 2013


ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Sun Sep 29 23:37:46 2013 +0200| [a89e9ad1c8625e332764c3cd61fd469b3eb92140] | committer: Clément Bœsch

swr: fix example code and doxy indent.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a89e9ad1c8625e332764c3cd61fd469b3eb92140
---

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



More information about the ffmpeg-cvslog mailing list