[FFmpeg-cvslog] wtvenc: add @file comment

Peter Ross git at videolan.org
Sat Nov 5 16:52:26 CET 2011


ffmpeg | branch: master | Peter Ross <pross at xvid.org> | Sat Nov  5 16:09:17 2011 +1100| [1efe4ff91d406cbff16c4c63a37813bcd2f77210] | committer: Michael Niedermayer

wtvenc: add @file comment

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavformat/wtvenc.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/libavformat/wtvenc.c b/libavformat/wtvenc.c
index 4aef9ae..48de580 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 <spyfeng at gmail dot com>
+ */
+
 #include "libavutil/intreadwrite.h"
 #include "libavutil/avassert.h"
 #include "avformat.h"



More information about the ffmpeg-cvslog mailing list