diff options
author | Oded Shimon | 2007-03-10 18:34:15 +0000 |
---|---|---|
committer | Oded Shimon | 2007-03-10 18:34:15 +0000 |
commit | 0020596f9234784be9a0de9d8f1dde8faac6a706 (patch) | |
tree | 0794b7b46954a5b790e9a49a22557d309384eac6 /libavformat/libnut.c | |
parent | 7350151b176494cb5c73313f03548044391adcc2 (diff) |
Add doxygen file header to libnut.c
Originally committed as revision 8315 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/libnut.c')
-rw-r--r-- | libavformat/libnut.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libavformat/libnut.c b/libavformat/libnut.c index 00760b0333..6f0142113e 100644 --- a/libavformat/libnut.c +++ b/libavformat/libnut.c @@ -19,6 +19,12 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +/** + * @file libnut.c + * NUT demuxing and muxing via libnut. + * @author Oded Shimon <ods15@ods15.dyndns.org> + */ + #include "avformat.h" #include "riff.h" #include <libnut.h> |