summaryrefslogtreecommitdiff
path: root/libavformat/udp.c
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2008-04-16 16:52:35 +0000
committerLuca Barbato <lu_zero@gentoo.org>2008-04-16 16:52:35 +0000
commit3adfb3772ccefcc78169b6ac3eabc63ccae0b0fa (patch)
tree4b22dc6288243c40ef668236c4a82a68d2f07950 /libavformat/udp.c
parent57639aa340e71d7cb363dc48a42edd0baf96a4c1 (diff)
doxy header for udp protocol
Originally committed as revision 12861 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/udp.c')
-rw-r--r--libavformat/udp.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libavformat/udp.c b/libavformat/udp.c
index 65ec6ff7b8..aadda98bcd 100644
--- a/libavformat/udp.c
+++ b/libavformat/udp.c
@@ -18,6 +18,12 @@
* License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+
+/**
+ * @file udp.c
+ * UDP protocol
+ */
+
#include "avformat.h"
#include <unistd.h>
#include "network.h"