diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2008-04-16 16:52:35 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2008-04-16 16:52:35 +0000 |
commit | 3adfb3772ccefcc78169b6ac3eabc63ccae0b0fa (patch) | |
tree | 4b22dc6288243c40ef668236c4a82a68d2f07950 | |
parent | 57639aa340e71d7cb363dc48a42edd0baf96a4c1 (diff) | |
download | ffmpeg-3adfb3772ccefcc78169b6ac3eabc63ccae0b0fa.tar.gz |
doxy header for udp protocol
Originally committed as revision 12861 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/udp.c | 6 |
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" |