[SCM] libav/experimental: Add a @file notice to avio.h.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:39:42 UTC 2013
The following commit has been merged in the experimental branch:
commit aafe9b635ed70533d3858aa84a1b89e7b5f4f994
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date: Thu Feb 26 22:28:42 2009 +0000
Add a @file notice to avio.h.
Originally committed as revision 17625 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/avio.h b/libavformat/avio.h
index 84492d5..189c5f0 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -1,5 +1,4 @@
/*
- * unbuffered io for ffmpeg system
* copyright (c) 2001 Fabrice Bellard
*
* This file is part of FFmpeg.
@@ -21,6 +20,11 @@
#ifndef AVFORMAT_AVIO_H
#define AVFORMAT_AVIO_H
+/**
+ * @file libavformat/avio.h
+ * unbuffered I/O operations
+ */
+
#include <stdint.h>
#include "libavutil/common.h"
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list