diff options
author | Peter Ross <pross@xvid.org> | 2011-11-05 16:09:17 +1100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-11-05 16:51:25 +0100 |
commit | 1efe4ff91d406cbff16c4c63a37813bcd2f77210 (patch) | |
tree | 7739d46a8323136a9e26c2c7e8d8aa4bb91062cf /libavformat | |
parent | 3852c29fd4acb0f13b3d48dc9ee8f24023c37bb2 (diff) | |
download | ffmpeg-1efe4ff91d406cbff16c4c63a37813bcd2f77210.tar.gz |
wtvenc: add @file comment
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/wtvenc.c | 6 |
1 files changed, 6 insertions, 0 deletions
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 <spyfeng at gmail dot com> + */ + #include "libavutil/intreadwrite.h" #include "libavutil/avassert.h" #include "avformat.h" |