comparison rtpdec_mpeg4.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 7b8b71ff9a76
children 3f938b3a355a
comparison
equal deleted inserted replaced
6338:999cadc26c23 6339:491eea5c52d6
25 * @brief MPEG4 / RTP Code 25 * @brief MPEG4 / RTP Code
26 * @author Fabrice Bellard 26 * @author Fabrice Bellard
27 * @author Romain Degez 27 * @author Romain Degez
28 */ 28 */
29 29
30 #include "rtpdec_mpeg4.h" 30 #include "rtpdec_formats.h"
31 #include "internal.h" 31 #include "internal.h"
32 #include "libavutil/avstring.h" 32 #include "libavutil/avstring.h"
33 #include "libavcodec/get_bits.h" 33 #include "libavcodec/get_bits.h"
34 #include <strings.h> 34 #include <strings.h>
35 35