From a89e9ad1c8625e332764c3cd61fd469b3eb92140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Sun, 29 Sep 2013 23:37:46 +0200 Subject: [PATCH] swr: fix example code and doxy indent. --- libswresample/swresample.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libswresample/swresample.h b/libswresample/swresample.h index 95e8a5a093..23ceb982f4 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().