comparison rtp.h @ 3286:6f61c3b36632 libavformat

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 0d0ffa1a0478
children bf39ed8d3d69
comparison
equal deleted inserted replaced
3285:ccfd981fe0fa 3286:6f61c3b36632
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 #ifndef FFMPEG_RTP_H 21 #ifndef FFMPEG_RTP_H
22 #define FFMPEG_RTP_H 22 #define FFMPEG_RTP_H
23 23
24 #include "avcodec.h" 24 #include "libavcodec/avcodec.h"
25 #include "avformat.h" 25 #include "avformat.h"
26 26
27 #define RTP_MIN_PACKET_LENGTH 12 27 #define RTP_MIN_PACKET_LENGTH 12
28 #define RTP_MAX_PACKET_LENGTH 1500 /* XXX: suppress this define */ 28 #define RTP_MAX_PACKET_LENGTH 1500 /* XXX: suppress this define */
29 29