comparison rtpdec_asf.c @ 6339:491eea5c52d6 libavformat

Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file
author mstorsjo
date Fri, 30 Jul 2010 12:04:27 +0000
parents 241c4063d058
children 7eafa931f4e4
comparison
equal deleted inserted replaced
6338:999cadc26c23 6339:491eea5c52d6
27 27
28 #include "libavutil/base64.h" 28 #include "libavutil/base64.h"
29 #include "libavutil/avstring.h" 29 #include "libavutil/avstring.h"
30 #include "libavutil/intreadwrite.h" 30 #include "libavutil/intreadwrite.h"
31 #include "rtp.h" 31 #include "rtp.h"
32 #include "rtpdec_asf.h" 32 #include "rtpdec_formats.h"
33 #include "rtsp.h" 33 #include "rtsp.h"
34 #include "asf.h" 34 #include "asf.h"
35 35
36 /** 36 /**
37 * From MSDN 2.2.1.4, we learn that ASF data packets over RTP should not 37 * From MSDN 2.2.1.4, we learn that ASF data packets over RTP should not