Mercurial > libavformat.hg
changeset 3231:956fc24819df libavformat
doxy header for udp protocol
author | lu_zero |
---|---|
date | Wed, 16 Apr 2008 16:52:35 +0000 |
parents | ab26f1c6c5d3 |
children | 12f41a1f8afc |
files | udp.c |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/udp.c Wed Apr 16 06:46:54 2008 +0000 +++ b/udp.c Wed Apr 16 16:52:35 2008 +0000 @@ -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"