From 1efe4ff91d406cbff16c4c63a37813bcd2f77210 Mon Sep 17 00:00:00 2001 From: Peter Ross Date: Sat, 5 Nov 2011 16:09:17 +1100 Subject: [PATCH] wtvenc: add @file comment Signed-off-by: Michael Niedermayer --- libavformat/wtvenc.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libavformat/wtvenc.c b/libavformat/wtvenc.c index 4aef9ae8fa..48de580286 100644 --- a/libavformat/wtvenc.c +++ b/libavformat/wtvenc.c @@ -19,6 +19,12 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +/** + * @file + * Windows Television (WTV) demuxer + * @author Zhentan Feng + */ + #include "libavutil/intreadwrite.h" #include "libavutil/avassert.h" #include "avformat.h"