From 3adfb3772ccefcc78169b6ac3eabc63ccae0b0fa Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Wed, 16 Apr 2008 16:52:35 +0000 Subject: [PATCH] doxy header for udp protocol Originally committed as revision 12861 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/udp.c | 6 ++++++ 1 file changed, 6 insertions(+) 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 #include "network.h"