Mercurial > libavformat.hg
comparison rtp_h264.c @ 4388:80f21f72d7d6 libavformat
Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h
author | lucabe |
---|---|
date | Fri, 06 Feb 2009 10:35:52 +0000 |
parents | 5c42816e12c6 |
children | e2fa3c2bc471 |
comparison
equal
deleted
inserted
replaced
4387:5c42816e12c6 | 4388:80f21f72d7d6 |
---|---|
44 | 44 |
45 #include <unistd.h> | 45 #include <unistd.h> |
46 #include "network.h" | 46 #include "network.h" |
47 #include <assert.h> | 47 #include <assert.h> |
48 | 48 |
49 #include "rtp.h" | 49 #include "rtpdec.h" |
50 #include "rtp_h264.h" | 50 #include "rtp_h264.h" |
51 | 51 |
52 /** | 52 /** |
53 RTP/H264 specific private data. | 53 RTP/H264 specific private data. |
54 */ | 54 */ |